Loading lib_enc/ivas_stereo_mdct_stereo_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1227,7 +1227,7 @@ static void MsStereoDecision_fx( bitsM = RCcontextMapping_encode2_estimate_bandWise_fx( quantSpecM, startline, endline, ctxM ); bitsS = RCcontextMapping_encode2_estimate_bandWise_fx( quantSpecS, startline, endline, ctxS ); IF( LE_16( add( bitsM, bitsS ), add( bitsL, bitsR ) ) ) IF( LE_16( add( bitsM, bitsS ) + 1000, add( bitsL, bitsR ) ) ) { msMask[sfb] = 1; move16(); Loading Loading
lib_enc/ivas_stereo_mdct_stereo_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1227,7 +1227,7 @@ static void MsStereoDecision_fx( bitsM = RCcontextMapping_encode2_estimate_bandWise_fx( quantSpecM, startline, endline, ctxM ); bitsS = RCcontextMapping_encode2_estimate_bandWise_fx( quantSpecS, startline, endline, ctxS ); IF( LE_16( add( bitsM, bitsS ), add( bitsL, bitsR ) ) ) IF( LE_16( add( bitsM, bitsS ) + 1000, add( bitsL, bitsR ) ) ) { msMask[sfb] = 1; move16(); Loading