Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 1442)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#6 fixed macro omitted nickw
Description

if( pcSlice->getSPS()->getALFSeparateQt() && cAlfParam.cu_control_flag ) {

m_pcAdaptiveLoopFilter->encodeQuadTree ( &cAlfParam, m_pcEntropyCoder, uiMaxAlfCtrlDepth );

}

gives an error for r18 when HHI_ALF is set to 0

#8 fixed .dsw is obsolete ksuehring nickw
Description

Workspace for Visual Studio 6.0 does not match the correct building rules

#9 fixed Horizontal tab in cfg files cannot be properly handled davidf li@…
Description

Horizontal tab in cfg files cannot be properly handled, which may result in that tools cannot be enabled/disabled by settings in cfg files. A possible solution may be the following revision in char* TAppOption::chomp( char *str )

const char cTab = 9; the char for tab

while( *str == whitespace
*str == cTab )

str++;

char *end = str+strlen(str)-1;

while( *end == whitespace
*end == cTab )

end--;

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