Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 105)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#109 fixed syntax naming mismatch Vadim kolya
Description

Naming should be changed:

coded_vertex_flag -> coded_res_flag quotient -> res_coeff_q remainder -> res_coeff_r sign -> res_coeff_s

#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)

#106 wontfix encoder crashes without message Vadim kolya
Description

for the cfg file attached encoder dies in run-time trying to code fifth frame with GOP 4 coding structure

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