Commit ff7b1776 authored by vaclav's avatar vaclav
Browse files

another attempt to get BE

parent b58c9f74
Loading
Loading
Loading
Loading
Loading
+777 −772
Original line number Diff line number Diff line
@@ -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