Searched refs:out_fwd (Results 1 – 2 of 2) sorted by relevance
73 VOID ixheaacd_pretwdct2(WORD32 *inp, WORD32 *out_fwd) { in ixheaacd_pretwdct2() argument75 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() argument94 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() argument170 out_rev = out_fwd + DCT2_LEN - 1; in ixheaacd_posttwdct2()[all …]
199 VOID ixheaacd_pretwdct2(WORD32 *inp, WORD32 *out_fwd);216 VOID ixheaacd_posttwdct2(WORD32 *inp, WORD16 *out_fwd,