Loading lib_rend/ivas_lcld_decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -701,7 +701,7 @@ void DeleteLCLDDecoder( LCLDDecoder *psLCLDDecoder ) } #ifdef ROM_TO_RAM for ( uint32_t n = 0; n < ALLOC_TABLE_SIZE * 2; n++ ) for ( n = 0; n < ALLOC_TABLE_SIZE * 2; n++ ) { if ( psLCLDDecoder->num_decode_table[n] > 1 ) { Loading Loading
lib_rend/ivas_lcld_decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -701,7 +701,7 @@ void DeleteLCLDDecoder( LCLDDecoder *psLCLDDecoder ) } #ifdef ROM_TO_RAM for ( uint32_t n = 0; n < ALLOC_TABLE_SIZE * 2; n++ ) for ( n = 0; n < ALLOC_TABLE_SIZE * 2; n++ ) { if ( psLCLDDecoder->num_decode_table[n] > 1 ) { Loading