Commit 2c530866 authored by norvell's avatar norvell
Browse files

Remove HARM_HQ_CORE_KEEP_BE in call to fine_gain_pred_fx

parent f3c8fd1f
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -321,13 +321,8 @@ static void peak_vq_dec_fx(

    pvq_decode_frame_fx( st_fx, pvq_vector, npulses, pvq_inp_vector, hvq_band_start, hvq_band_end, hvq_band_width, pvq_bands, Rk, pvq_bits, core );

#ifdef HARM_HQ_CORE_KEEP_BE
    fine_gain_pred_fx( hvq_band_start, hvq_band_end, hvq_band_width, k_sort, npulses, pvq_maxpulse, NULL,
                       pvq_bands, pvq_vector, pvq_inp_vector, fg_pred, EVS_MONO, core );
#else
    fine_gain_pred_fx( hvq_band_start, hvq_band_end, hvq_band_width, k_sort, npulses, pvq_maxpulse, NULL,
                       pvq_bands, pvq_vector, pvq_inp_vector, fg_pred, st_fx->element_mode, core );
#endif

    fine_gain_dec_fx( st_fx, k_sort, pvq_bands, gain_bits_array, fg_pred );

+0 −6
Original line number Diff line number Diff line
@@ -402,14 +402,8 @@ Word16 peak_vq_enc_fx(
        move16();
    }

#ifdef HARM_HQ_CORE_KEEP_BE
    (void) element_mode;
    fine_gain_pred_fx( hvq_band_start, hvq_band_end, hvq_band_width, k_sort, npulses, NULL, NULL, pvq_bands, coefs_pvq,
                       pvq_inp_vector, fg_pred, EVS_MONO, HQ_CORE );
#else
    fine_gain_pred_fx( hvq_band_start, hvq_band_end, hvq_band_width, k_sort, npulses, NULL, NULL, pvq_bands, coefs_pvq,
                       pvq_inp_vector, fg_pred, element_mode, HQ_CORE );
#endif

    pCoefsOut = &coefs_out[0];
    pSelBnds = &sel_bnds[0];