Lines Matching refs:p_dst
117 WORD32 *p_src, *p_dst; in ixheaacd_filterstep3() local
134 p_dst = qmf_buffer + high_band + ((start_indx + 2) << 7); in ixheaacd_filterstep3()
154 *p_dst = ixheaacd_add32(qmf_real, (accu << 1)); in ixheaacd_filterstep3()
155 p_dst += 64; in ixheaacd_filterstep3()
164 *p_dst = ixheaacd_add32(qmf_imag, (accu << 1)); in ixheaacd_filterstep3()
165 p_dst += 64; in ixheaacd_filterstep3()
1112 WORD32 *p_dst = sub_sig_x + high_band + ((start_idx + 2) << 7); in ixheaacd_hf_generator() local
1115 *(p_dst) = *(p_src) >> LPC_SCALE_FACTOR; in ixheaacd_hf_generator()
1117 p_dst += 64; in ixheaacd_hf_generator()
1118 *(p_dst) = *(p_src) >> LPC_SCALE_FACTOR; in ixheaacd_hf_generator()
1120 p_dst += 64; in ixheaacd_hf_generator()