Loading lib_enc/hq_core_enc_fx.c +12 −9 Original line number Diff line number Diff line Loading @@ -132,6 +132,8 @@ void hq_core_enc_fx( * Scaling of buffers *--------------------------------------------------------------------------*/ IF( st->element_mode > EVS_MONO ) { Scale_sig( audio_fx, input_frame, negate( st->q_inp ) ); // Q0 st->q_inp = 0; move16(); Loading @@ -141,6 +143,7 @@ void hq_core_enc_fx( Scale_sig( st->hTcxEnc->Txnq, L_FRAME32k / 2 + 64, sub( 0, st->hTcxEnc->q_Txnq ) ); // Q0 st->hTcxEnc->q_Txnq = 0; move16(); } #endif /*-------------------------------------------------------------------------- Loading Loading
lib_enc/hq_core_enc_fx.c +12 −9 Original line number Diff line number Diff line Loading @@ -132,6 +132,8 @@ void hq_core_enc_fx( * Scaling of buffers *--------------------------------------------------------------------------*/ IF( st->element_mode > EVS_MONO ) { Scale_sig( audio_fx, input_frame, negate( st->q_inp ) ); // Q0 st->q_inp = 0; move16(); Loading @@ -141,6 +143,7 @@ void hq_core_enc_fx( Scale_sig( st->hTcxEnc->Txnq, L_FRAME32k / 2 + 64, sub( 0, st->hTcxEnc->q_Txnq ) ); // Q0 st->hTcxEnc->q_Txnq = 0; move16(); } #endif /*-------------------------------------------------------------------------- Loading