Lines Matching refs:subband
858 WORD group, subband, max_subband, usb, k; in ixheaacd_apply_rot_dec() local
894 for (subband = 0; subband < SUBQMF_GROUPS; subband++) { in ixheaacd_apply_rot_dec()
896 ixheaacd_mult32x16in32(p_hyb_left_re1[subband], in ixheaacd_apply_rot_dec()
897 ptr_ps_dec->H11_H12[2 * subband + 0]), in ixheaacd_apply_rot_dec()
898 ixheaacd_mult32x16in32(p_hyb_right_re1[subband], in ixheaacd_apply_rot_dec()
899 ptr_ps_dec->H21_H22[2 * subband + 0])); in ixheaacd_apply_rot_dec()
901 ixheaacd_mult32x16in32(p_hyb_left_im1[subband], in ixheaacd_apply_rot_dec()
902 ptr_ps_dec->H11_H12[2 * subband + 0]), in ixheaacd_apply_rot_dec()
903 ixheaacd_mult32x16in32(p_hyb_right_im1[subband], in ixheaacd_apply_rot_dec()
904 ptr_ps_dec->H21_H22[2 * subband + 0])); in ixheaacd_apply_rot_dec()
906 ixheaacd_mult32x16in32(p_hyb_left_re1[subband], in ixheaacd_apply_rot_dec()
907 ptr_ps_dec->H11_H12[2 * subband + 1]), in ixheaacd_apply_rot_dec()
908 ixheaacd_mult32x16in32(p_hyb_right_re1[subband], in ixheaacd_apply_rot_dec()
909 ptr_ps_dec->H21_H22[2 * subband + 1])); in ixheaacd_apply_rot_dec()
911 ixheaacd_mult32x16in32(p_hyb_left_im1[subband], in ixheaacd_apply_rot_dec()
912 ptr_ps_dec->H11_H12[2 * subband + 1]), in ixheaacd_apply_rot_dec()
913 ixheaacd_mult32x16in32(p_hyb_right_im1[subband], in ixheaacd_apply_rot_dec()
914 ptr_ps_dec->H21_H22[2 * subband + 1])); in ixheaacd_apply_rot_dec()
915 p_hyb_left_re1[subband] = ixheaacd_shl32(temp_left_real, 2); in ixheaacd_apply_rot_dec()
916 p_hyb_left_im1[subband] = ixheaacd_shl32(temp_left_imag, 2); in ixheaacd_apply_rot_dec()
917 p_hyb_right_re1[subband] = ixheaacd_shl32(temp_right_real, 2); in ixheaacd_apply_rot_dec()
918 p_hyb_right_im1[subband] = ixheaacd_shl32(temp_right_imag, 2); in ixheaacd_apply_rot_dec()
934 for (subband = sbr_tables_ptr->ps_tables_ptr->borders_group[group]; in ixheaacd_apply_rot_dec()
935 subband < max_subband; subband++) { in ixheaacd_apply_rot_dec()
936 h11_h12_dst[2 * subband] = h11_h12_src[group]; in ixheaacd_apply_rot_dec()
937 h11_h12_dst[2 * subband + 1] = h21_h22_src[group]; in ixheaacd_apply_rot_dec()
943 for (subband = 0; subband < NO_QMF_CHANNELS_IN_HYBRID; subband++) { in ixheaacd_apply_rot_dec()
958 p_hyb_left_re[subband] = tmp_real; in ixheaacd_apply_rot_dec()
959 p_hyb_left_im[subband] = tmp_img; in ixheaacd_apply_rot_dec()
960 p_hyb_right_re[subband] = tmp_real1; in ixheaacd_apply_rot_dec()
961 p_hyb_right_im[subband] = tmp_img1; in ixheaacd_apply_rot_dec()
964 for (; subband < usb; subband++) { in ixheaacd_apply_rot_dec()
966 ixheaacd_add32_sat(ixheaacd_mult32x16in32(p_hyb_left_re[subband], in ixheaacd_apply_rot_dec()
967 H11_H12[4 * subband + 0]), in ixheaacd_apply_rot_dec()
968 ixheaacd_mult32x16in32(p_hyb_right_re[subband], in ixheaacd_apply_rot_dec()
969 H11_H12[4 * subband + 2])); in ixheaacd_apply_rot_dec()
971 ixheaacd_add32_sat(ixheaacd_mult32x16in32(p_hyb_left_im[subband], in ixheaacd_apply_rot_dec()
972 H11_H12[4 * subband + 0]), in ixheaacd_apply_rot_dec()
973 ixheaacd_mult32x16in32(p_hyb_right_im[subband], in ixheaacd_apply_rot_dec()
974 H11_H12[4 * subband + 2])); in ixheaacd_apply_rot_dec()
976 ixheaacd_add32_sat(ixheaacd_mult32x16in32(p_hyb_left_re[subband], in ixheaacd_apply_rot_dec()
977 H11_H12[4 * subband + 1]), in ixheaacd_apply_rot_dec()
978 ixheaacd_mult32x16in32(p_hyb_right_re[subband], in ixheaacd_apply_rot_dec()
979 H11_H12[4 * subband + 3])); in ixheaacd_apply_rot_dec()
981 ixheaacd_add32_sat(ixheaacd_mult32x16in32(p_hyb_left_im[subband], in ixheaacd_apply_rot_dec()
982 H11_H12[4 * subband + 1]), in ixheaacd_apply_rot_dec()
983 ixheaacd_mult32x16in32(p_hyb_right_im[subband], in ixheaacd_apply_rot_dec()
984 H11_H12[4 * subband + 3])); in ixheaacd_apply_rot_dec()
985 p_hyb_left_re[subband] = ixheaacd_shl32(temp_left_real, 2); in ixheaacd_apply_rot_dec()
986 p_hyb_left_im[subband] = ixheaacd_shl32(temp_left_imag, 2); in ixheaacd_apply_rot_dec()
987 p_hyb_right_re[subband] = ixheaacd_shl32(temp_right_real, 2); in ixheaacd_apply_rot_dec()
988 p_hyb_right_im[subband] = ixheaacd_shl32(temp_right_imag, 2); in ixheaacd_apply_rot_dec()