Loading lib_dec/init_dec_fx.c +777 −772 Original line number Diff line number Diff line Loading @@ -101,10 +101,15 @@ ivas_error init_decoder_fx( } ELSE { #if 0 // keep deactivated for the moment to keep BE st_fx->bwidth = WB; move16(); st_fx->last_bwidth = WB; #else st_fx->bwidth = NB; move16(); st_fx->last_bwidth = NB; // st_fx->last_bwidth = WB; // TBV #endif move16(); } #else Loading Loading
lib_dec/init_dec_fx.c +777 −772 Original line number Diff line number Diff line Loading @@ -101,10 +101,15 @@ ivas_error init_decoder_fx( } ELSE { #if 0 // keep deactivated for the moment to keep BE st_fx->bwidth = WB; move16(); st_fx->last_bwidth = WB; #else st_fx->bwidth = NB; move16(); st_fx->last_bwidth = NB; // st_fx->last_bwidth = WB; // TBV #endif move16(); } #else Loading