Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 105)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#100 invalid wrong region height count Vadim kolya
Description

In TComUpsampleFilter.cpp line 103 there is

Int refRegionHeight = heightBL - windowRL.getWindowTopOffset() - windowRL.getWindowBottomOffset();

but it is already computed heighBL in line 71 with the same offset.

#108 fixed wrong loop Vadim kolya
Description

in TEncGOP.cpp, there is

for( UInt i = 0; i < MAX_LAYERS; i++ ) {

m_ppcTEncTop[i]->setPocDecrementedInDPBFlag(false);

}

this loop should be restricted to number of initialized "m_ppcTEncTop"s. Say , it is better to verify if (m_ppcTEncTop[i] != NULL)

#101 fixed wrong conformance check on encoder side Vadim kolya
Description

1627 assert(widthEL > 0 && heightEL > 0 && widthBL > 0 && widthEL > 0);

should contain heightBL insted of one of widthELs

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.