Loading lib_dec/init_dec.c +2 −1 Original line number Diff line number Diff line Loading @@ -87,10 +87,11 @@ ivas_error init_decoder( } else { st->bwidth = WB; #if 0 // keep deactivated for the moment to keep BE st->bwidth = WB; st->last_bwidth = WB; #else st->bwidth = NB; st->last_bwidth = NB; #endif } Loading Loading
lib_dec/init_dec.c +2 −1 Original line number Diff line number Diff line Loading @@ -87,10 +87,11 @@ ivas_error init_decoder( } else { st->bwidth = WB; #if 0 // keep deactivated for the moment to keep BE st->bwidth = WB; st->last_bwidth = WB; #else st->bwidth = NB; st->last_bwidth = NB; #endif } Loading