Searched refs:short_window (Results 1 – 2 of 2) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_lpfuncs.c | 207 WORD32 *current, WORD32 *prev, WORD16 *out, const WORD16 *short_window, in ixheaacd_long_short_win_process() argument 214 const WORD16 *short_ptr = &(short_window[SIZE02 - 1]); in ixheaacd_long_short_win_process() 242 const WORD16 *short_window, in ixheaacd_long_short_win_seq() argument 285 &out[ch_fac * (SIZE09 + inc)], short_window, in ixheaacd_long_short_win_seq() 292 short_window[SIZE02 - 2 * i - 1]) - in ixheaacd_long_short_win_seq() 294 short_window[SIZE02 - 2 * i - 2])); in ixheaacd_long_short_win_seq() 552 const WORD16 *short_window; in ixheaacd_imdct_process() local 554 short_window = ptr_aac_dec_overlap_info in ixheaacd_imdct_process() 599 short_window, q_shift, SIZE01, ch_fac); in ixheaacd_imdct_process() 603 ptr_overlap_buf, short_window, q_shift, in ixheaacd_imdct_process() [all …]
|
D | ixheaacd_block.h | 162 const WORD16 *short_window,
|