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