Lines Matching refs:out_fwd
73 VOID ixheaacd_pretwdct2(WORD32 *inp, WORD32 *out_fwd) { in ixheaacd_pretwdct2() argument
75 WORD32 *out_rev = out_fwd + DCT2_LEN - 1; in ixheaacd_pretwdct2()
78 *out_fwd = *inp; in ixheaacd_pretwdct2()
81 out_fwd++; in ixheaacd_pretwdct2()
90 static PLATFORM_INLINE VOID ixheaacd_pretwdct2_32(WORD32 *inp, WORD32 *out_fwd, in ixheaacd_pretwdct2_32() argument
94 WORD32 *out_rev = out_fwd + dct2_len - 1; in ixheaacd_pretwdct2_32()
96 *out_fwd = *inp; in ixheaacd_pretwdct2_32()
99 out_fwd++; in ixheaacd_pretwdct2_32()
161 VOID ixheaacd_posttwdct2(WORD32 *inp, WORD16 *out_fwd, in ixheaacd_posttwdct2() argument
170 out_rev = out_fwd + DCT2_LEN - 1; in ixheaacd_posttwdct2()
171 out_rev2 = out_fwd - 1; in ixheaacd_posttwdct2()
172 out_fwd2 = out_fwd + 65; in ixheaacd_posttwdct2()
179 *out_fwd++ = re1; in ixheaacd_posttwdct2()
198 *out_fwd++ = re1; in ixheaacd_posttwdct2()
208 *out_fwd++ = re1; in ixheaacd_posttwdct2()
273 ixheaacd_posttwdct2_32(WORD32 *inp, WORD16 *out_fwd, in ixheaacd_posttwdct2_32() argument
283 out_rev = out_fwd + 32 - 1; in ixheaacd_posttwdct2_32()
284 out_rev2 = out_fwd - 1; in ixheaacd_posttwdct2_32()
285 out_fwd2 = out_fwd + 32 + 1; in ixheaacd_posttwdct2_32()
286 out_fwd[32] = 0; in ixheaacd_posttwdct2_32()
294 *out_fwd++ = re1; in ixheaacd_posttwdct2_32()
327 *out_fwd++ = re1; in ixheaacd_posttwdct2_32()
336 *out_fwd++ = re1; in ixheaacd_posttwdct2_32()