Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,6 @@ /* #################### Start NON-BE switches ############################ */ /* any switch which is non-be wrt. TS 26.258 V3.0 */ #define FIX_2285_CODE_DECODER_INIT_BW /* VA: basop issue 2285: fix core-decoder initialization bandwidth */ /* ##################### End NON-BE switches ########################### */ Loading lib_dec/init_dec.c +0 −5 Original line number Diff line number Diff line Loading @@ -86,13 +86,8 @@ ivas_error init_decoder( } else { #ifdef FIX_2285_CODE_DECODER_INIT_BW st->bwidth = WB; st->last_bwidth = WB; #else st->bwidth = NB; st->last_bwidth = NB; #endif } st->extl_brate = 0; Loading Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,6 @@ /* #################### Start NON-BE switches ############################ */ /* any switch which is non-be wrt. TS 26.258 V3.0 */ #define FIX_2285_CODE_DECODER_INIT_BW /* VA: basop issue 2285: fix core-decoder initialization bandwidth */ /* ##################### End NON-BE switches ########################### */ Loading
lib_dec/init_dec.c +0 −5 Original line number Diff line number Diff line Loading @@ -86,13 +86,8 @@ ivas_error init_decoder( } else { #ifdef FIX_2285_CODE_DECODER_INIT_BW st->bwidth = WB; st->last_bwidth = WB; #else st->bwidth = NB; st->last_bwidth = NB; #endif } st->extl_brate = 0; Loading