Home
last modified time | relevance | path

Searched refs:ptr_out_fwd (Results 1 – 1 of 1) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_qmf_dec.c217 WORD32 *ptr_out_fwd, *ptr_out_rev; in ixheaacd_fftposttw_32() local
224 ptr_out_fwd = out; in ixheaacd_fftposttw_32()
227 in1 = ((*ptr_out_fwd++) << 1); in ixheaacd_fftposttw_32()
228 val1 = ((*ptr_out_fwd--) << 1); in ixheaacd_fftposttw_32()
230 *ptr_out_fwd++ = in1; in ixheaacd_fftposttw_32()
231 *ptr_out_fwd++ = val1; in ixheaacd_fftposttw_32()
237 temp0 = *ptr_out_fwd++; in ixheaacd_fftposttw_32()
238 temp1 = *ptr_out_fwd--; in ixheaacd_fftposttw_32()
262 *ptr_out_fwd++ = ixheaacd_add32_sat(temp3, val1); in ixheaacd_fftposttw_32()
263 *ptr_out_fwd++ = ixheaacd_add32_sat(in2, val2); in ixheaacd_fftposttw_32()