Loading lib_enc/ivas_tcx_core_enc_fx.c +7 −6 Original line number Diff line number Diff line Loading @@ -764,11 +764,12 @@ void stereo_tcx_core_enc( #endif } #if ( defined SIMPLIFY_CORE_ENC && !defined NONBE_FIX_ISSUE_2206 ) #ifdef SIMPLIFY_CORE_ENC /*--------------------------------------------------------------------------------* * Scaling of buffers *--------------------------------------------------------------------------------*/ #ifndef NONBE_FIX_ISSUE_2206 IF( EQ_16( st->L_frame, L_FRAME ) ) { Scale_sig( new_samples_12k8 - L_INP_MEM, L_INP_12k8, sub( Q_new_orig, Q1 ) ); /* Q_new - 1 */ Loading @@ -780,7 +781,7 @@ void stereo_tcx_core_enc( Scale_sig( hTcxEnc->old_out_fx, L_FRAME32k, negate( hTcxEnc->Q_old_out ) ); // scaling back to Q0 hTcxEnc->Q_old_out = 0; move16(); #endif stereo_tcx_enc_scale_buffers( st, 1, Q_spec_old ); #endif Loading Loading
lib_enc/ivas_tcx_core_enc_fx.c +7 −6 Original line number Diff line number Diff line Loading @@ -764,11 +764,12 @@ void stereo_tcx_core_enc( #endif } #if ( defined SIMPLIFY_CORE_ENC && !defined NONBE_FIX_ISSUE_2206 ) #ifdef SIMPLIFY_CORE_ENC /*--------------------------------------------------------------------------------* * Scaling of buffers *--------------------------------------------------------------------------------*/ #ifndef NONBE_FIX_ISSUE_2206 IF( EQ_16( st->L_frame, L_FRAME ) ) { Scale_sig( new_samples_12k8 - L_INP_MEM, L_INP_12k8, sub( Q_new_orig, Q1 ) ); /* Q_new - 1 */ Loading @@ -780,7 +781,7 @@ void stereo_tcx_core_enc( Scale_sig( hTcxEnc->old_out_fx, L_FRAME32k, negate( hTcxEnc->Q_old_out ) ); // scaling back to Q0 hTcxEnc->Q_old_out = 0; move16(); #endif stereo_tcx_enc_scale_buffers( st, 1, Q_spec_old ); #endif Loading