Searched defs:win_rev (Results 1 - 1 of 1) sorted by relevance

/external/libxaac/decoder/
H A Dixheaacd_basic_ops.c77 const WORD32 *win_fwd, const WORD32 *win_rev,
87 ixheaacd_mult32_sh1(*src2, *win_rev));
89 ((ixheaacd_mult32_sh1(-(*src1), *win_rev)) >> (shift1 - shift2)),
95 win_rev--;
104 ((ixheaacd_mult32_sh1(*src2, *win_rev)) >> (shift2 - shift1)));
107 ixheaacd_mult32_sh1(-(*src1), *win_rev),
112 win_rev--;
289 const WORD32 *win_rev,
302 ixheaacd_mult32_sh1(over_lap[i], *win_rev));
304 win_rev
76 ixheaacd_windowing_long1(WORD32 *src1, WORD32 *src2, const WORD32 *win_fwd, const WORD32 *win_rev, WORD32 *dest, WORD32 vlen, WORD8 shift1, WORD8 shift2) argument
287 ixheaacd_windowing_long3(WORD32 *src1, const WORD32 *win_fwd, WORD32 *over_lap, WORD32 *p_out_buffer, const WORD32 *win_rev, offset_lengths *ixheaacd_drc_offset, WORD8 shiftp, WORD8 shift_olap) argument
417 WORD32 *win_rev = win_fwd + ixheaacd_drc_offset->n_short - 1; local
462 ixheaacd_windowing_short3(WORD32 *src1, WORD32 *win_rev, WORD32 *fp, WORD32 n_short, WORD8 shiftp, WORD8 shift_olap) argument
504 const WORD32 *win_rev = win_fwd + n_short - 1; local
[all...]

Completed in 167 milliseconds