Loading lib_enc/hq_lr_enc_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
lib_enc/hq_lr_enc_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -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 */ Loading