Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_qmf_dec.c73 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()
[all …]
Dixheaacd_qmf_dec.h199 VOID ixheaacd_pretwdct2(WORD32 *inp, WORD32 *out_fwd);
216 VOID ixheaacd_posttwdct2(WORD32 *inp, WORD16 *out_fwd,