Home | History | Annotate | Download | only in decoder

Lines Matching refs:ixheaacd_shl32

559     power_buf[bin] = ixheaacd_shl32(power_buf[bin], 1);
915 p_hyb_left_re1[subband] = ixheaacd_shl32(temp_left_real, 2);
916 p_hyb_left_im1[subband] = ixheaacd_shl32(temp_left_imag, 2);
917 p_hyb_right_re1[subband] = ixheaacd_shl32(temp_right_real, 2);
918 p_hyb_right_im1[subband] = ixheaacd_shl32(temp_right_imag, 2);
985 p_hyb_left_re[subband] = ixheaacd_shl32(temp_left_real, 2);
986 p_hyb_left_im[subband] = ixheaacd_shl32(temp_left_imag, 2);
987 p_hyb_right_re[subband] = ixheaacd_shl32(temp_right_real, 2);
988 p_hyb_right_im[subband] = ixheaacd_shl32(temp_right_imag, 2);