diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f84bc99fb90bf5910a3e37bd0986770bbac48c3..479f4853d392dcfd718d8b9174aff7fb951f0685 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information - IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF main + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF ltv-test-with-o2-for-mrs # If you need to set some config variable only in a local branch, then add an overwrite here # One example is DISABLE_HRTF - this will be set on a branch which is about to be merged and will be removed in a subsequent second MR # this is more easily done directly here in the child repo diff --git a/lib_rend/lib_rend_fx.c b/lib_rend/lib_rend_fx.c index e1c8ec96feac61b45e2809dee231db7e7c0e1903..fb3af81aa6a99272bd8bc69d17d1331b3acbeeb5 100644 --- a/lib_rend/lib_rend_fx.c +++ b/lib_rend/lib_rend_fx.c @@ -8298,7 +8298,7 @@ static ivas_error renderInputMc( } mcInput->base.numNewSamplesPerChannel = 0; move32(); - v_multc_fx( inAudio.data_fx, mcInput->base.gain_fx, inAudio.data_fx, inAudio.config.numSamplesPerChannel * inAudio.config.numChannels ); + v_multc_fx( inAudio.data_fx, (Word32) 0, inAudio.data_fx, inAudio.config.numSamplesPerChannel * inAudio.config.numChannels ); *outAudio.pq_fact = sub( *outAudio.pq_fact, Q1 ); // reducing the Q by 1 compensating for the v_mult_fx done move16();