Loading lib_enc/ivas_mct_core_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -703,7 +703,7 @@ void ivas_mct_core_enc_fx( /*MCT is used at bitrates > 80 kbps and additional 1 bit is present at these bitrates*/ if ( EQ_16( ivas_format, SBA_ISM_FORMAT ) ) { nAvailBits -= IVAS_COMBINED_FORMAT_SIGNALLING_BITS; nAvailBits = sub(nAvailBits, IVAS_COMBINED_FORMAT_SIGNALLING_BITS); } #else test(); Loading Loading
lib_enc/ivas_mct_core_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -703,7 +703,7 @@ void ivas_mct_core_enc_fx( /*MCT is used at bitrates > 80 kbps and additional 1 bit is present at these bitrates*/ if ( EQ_16( ivas_format, SBA_ISM_FORMAT ) ) { nAvailBits -= IVAS_COMBINED_FORMAT_SIGNALLING_BITS; nAvailBits = sub(nAvailBits, IVAS_COMBINED_FORMAT_SIGNALLING_BITS); } #else test(); Loading