Unverified Commit 141e53d3 authored by norvell's avatar norvell
Browse files

Remove HARM_HQ_CORE_KEEP_BE in hq_lr_enc_fx.c

parent a6b0e09b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -206,11 +206,7 @@ void hq_lr_enc_fx(
        }
        ELSE
        {
#ifdef HARM_HQ_CORE_KEEP_BE
            hqswb_clas_fx = peak_avrg_ratio_fx( HQ_BWE_CROSSOVER_BRATE, L_t_audio, NUMC_N, &hHQ_core->mode_count, &hHQ_core->mode_count1, SWB_BWE_LR_Qs ); /* Q0 */
#else
            hqswb_clas_fx = peak_avrg_ratio_fx( st_fx->total_brate, L_t_audio, NUMC_N, &hHQ_core->mode_count, &hHQ_core->mode_count1, SWB_BWE_LR_Qs ); /* Q0 */
#endif
        }

        /* write the classification information into the bitstream */