Unverified Commit 2d356d9c authored by norvell's avatar norvell
Browse files

Fix call to stat_noise_uv_mod

parent aaff1e7c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ void stat_noise_uv_dec_fx(
    IF( !st_fx->Opt_AMR_WB )
    {
#ifdef HQ_ALIGN_DUPLICATED_CODE
        stat_noise_uv_mod_fx( st_fx->element_mode, coder_type, noisiness, st_fx->lsp_old_fx, lsp_new, lsp_mid, Aq, exc2, st_fx->Q_exc, 0, &st_fx->ge_sm_fx, &st_fx->uv_count, &st_fx->act_count,
        stat_noise_uv_mod_fx( st_fx->element_mode, coder_type, noisiness, st_fx->lsp_old_fx, lsp_new, lsp_mid, Aq, exc2, &st_fx->Q_exc, 0, &st_fx->ge_sm_fx, &st_fx->uv_count, &st_fx->act_count,
                              st_fx->lspold_s_fx, &st_fx->noimix_seed, &st_fx->min_alpha_fx,
                              &st_fx->exc_pe_fx, st_fx->core_brate, st_fx->bwidth,
                              &st_fx->Q_stat_noise, &st_fx->Q_stat_noise_ge );