Lines Matching refs:high_band
109 WORD32 high_band, WORD32 *qmf_buffer) { in ixheaacd_filterstep3() argument
134 p_dst = qmf_buffer + high_band + ((start_indx + 2) << 7); in ixheaacd_filterstep3()
572 WORD32 low_band, high_band; in ixheaacd_filter1_lp() local
684 high_band = (((low_band + p_loc_patch_param->dst_end_band) << 8) >> 8); in ixheaacd_filter1_lp()
688 (high_band < max_qmf_subband)) { in ixheaacd_filter1_lp()
694 while (high_band >= hf_generator->pstr_settings->bw_borders[bw_idx]) { in ixheaacd_filter1_lp()
711 sub_sig_x + high_band + ((start_idx + 2) << 6); in ixheaacd_filter1_lp()
750 WORD32 start_patch, stop_patch, low_band, high_band; in ixheaacd_low_pow_hf_generator() local
829 high_band = (low_band + ptr_loc_patch_param->dst_end_band); in ixheaacd_low_pow_hf_generator()
832 (high_band >= NO_SYNTHESIS_CHANNELS)) { in ixheaacd_low_pow_hf_generator()
837 if ((high_band != dst_start_band)) { in ixheaacd_low_pow_hf_generator()
838 degree_alias[high_band] = degree_alias[low_band]; in ixheaacd_low_pow_hf_generator()
859 WORD32 start_patch, stop_patch, low_band, high_band; in ixheaacd_hf_generator() local
1081 high_band = (low_band + patch_param[patch].dst_end_band); in ixheaacd_hf_generator()
1089 if (high_band < max_qmf_subband) { in ixheaacd_hf_generator()
1094 while (high_band >= in ixheaacd_hf_generator()
1108 high_band, sub_sig_x); in ixheaacd_hf_generator()
1112 WORD32 *p_dst = sub_sig_x + high_band + ((start_idx + 2) << 7); in ixheaacd_hf_generator()