Loading lib_dec/ivas_stereo_mdct_core_dec_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -383,7 +383,7 @@ void stereo_mdct_core_dec_fx( } #ifdef FIX_2397_COPY_AQ_MDCT_CORE_BFI IF( NE_16( bfi, 1 ) ) IF( !bfi ) { #ifdef FIX_2352_COPY_AQ_IN_TCX FOR( ch = 0; ch < nChannels; ch++ ) Loading @@ -392,7 +392,7 @@ void stereo_mdct_core_dec_fx( #endif { #ifdef FIX_2352_COPY_AQ_IN_TCX Copy_Scale_sig_16_32_DEPREC( Aq_fx[ch], Aq_fx_32[ch], nSubframes[ch] * M, sub( Q16, Q12 ) ); /* Q16 */ Copy_Scale_sig_16_32_DEPREC( Aq_fx[ch], Aq_fx_32[ch], i_mult( nSubframes[ch], M ), sub( Q16, Q12 ) ); /* Q16 */ #else Copy_Scale_sig_16_32_DEPREC( Aq_fx[ch], Aq_fx_32[ch], ( NB_SUBFR16k + 1 ) * ( M + 1 ), sub( Q16, Q12 ) ); /* Q16 */ #endif Loading Loading
lib_dec/ivas_stereo_mdct_core_dec_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -383,7 +383,7 @@ void stereo_mdct_core_dec_fx( } #ifdef FIX_2397_COPY_AQ_MDCT_CORE_BFI IF( NE_16( bfi, 1 ) ) IF( !bfi ) { #ifdef FIX_2352_COPY_AQ_IN_TCX FOR( ch = 0; ch < nChannels; ch++ ) Loading @@ -392,7 +392,7 @@ void stereo_mdct_core_dec_fx( #endif { #ifdef FIX_2352_COPY_AQ_IN_TCX Copy_Scale_sig_16_32_DEPREC( Aq_fx[ch], Aq_fx_32[ch], nSubframes[ch] * M, sub( Q16, Q12 ) ); /* Q16 */ Copy_Scale_sig_16_32_DEPREC( Aq_fx[ch], Aq_fx_32[ch], i_mult( nSubframes[ch], M ), sub( Q16, Q12 ) ); /* Q16 */ #else Copy_Scale_sig_16_32_DEPREC( Aq_fx[ch], Aq_fx_32[ch], ( NB_SUBFR16k + 1 ) * ( M + 1 ), sub( Q16, Q12 ) ); /* Q16 */ #endif Loading