Searched refs:p_out_fwd (Results 1 – 1 of 1) sorted by relevance
111 WORD32 *p_out_fwd, *ptr_out_rev; in ixheaacd_fftposttw() local118 p_out_fwd = out; in ixheaacd_fftposttw()121 in1 = ((*p_out_fwd++) << 1); in ixheaacd_fftposttw()122 val1 = ((*p_out_fwd--) << 1); in ixheaacd_fftposttw()124 *p_out_fwd++ = in1; in ixheaacd_fftposttw()125 *p_out_fwd++ = val1; in ixheaacd_fftposttw()131 temp[0] = *p_out_fwd++; in ixheaacd_fftposttw()132 temp[1] = *p_out_fwd--; in ixheaacd_fftposttw()151 *p_out_fwd++ = ixheaacd_add32_sat(temp[3], val1); in ixheaacd_fftposttw()152 *p_out_fwd++ = ixheaacd_add32_sat(in2, val2); in ixheaacd_fftposttw()