Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_qmf_dec.c111 WORD32 *p_out_fwd, *ptr_out_rev; in ixheaacd_fftposttw() local
119 ptr_out_rev = out + DCT2_LEN - 1; in ixheaacd_fftposttw()
133 temp[3] = *ptr_out_rev--; in ixheaacd_fftposttw()
134 temp[2] = *ptr_out_rev++; in ixheaacd_fftposttw()
154 *ptr_out_rev-- = ixheaacd_sub32_sat(val2, in2); in ixheaacd_fftposttw()
155 *ptr_out_rev-- = ixheaacd_sub32_sat(temp[3], val1); in ixheaacd_fftposttw()
217 WORD32 *ptr_out_fwd, *ptr_out_rev; in ixheaacd_fftposttw_32() local
225 ptr_out_rev = out + dct2_len - 1; in ixheaacd_fftposttw_32()
239 temp3 = *ptr_out_rev--; in ixheaacd_fftposttw_32()
240 temp2 = *ptr_out_rev++; in ixheaacd_fftposttw_32()
[all …]