Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_lpfuncs.c214 const WORD16 *short_ptr = &(short_window[SIZE02 - 1]); in ixheaacd_long_short_win_process()
234 ixheaacd_mult32x16in32_drc(prev[SIZE02 - 1 - i], in ixheaacd_long_short_win_process()
235 long_window_prev[-2 * SIZE02 + 2 * i])); in ixheaacd_long_short_win_process()
236 out[ch_fac * (SIZE02 - 1 - i)] = ixheaacd_round16(accu << 2); in ixheaacd_long_short_win_process()
268 ixheaacd_mult32x16in32(-(current[SIZE02 - 1 - i]), in ixheaacd_long_short_win_seq()
269 short_window_prev[SIZE02 - 2 * i - 1]), in ixheaacd_long_short_win_seq()
278 WORD32 inc = i * SIZE02; 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()
566 &ptr_spec_coeff[i * SIZE02], &scratch[i * SIZE02], in ixheaacd_imdct_process()
[all …]
Dixheaacd_defines.h45 #define SIZE02 2 * SIZE01 macro