Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_lpfuncs.c139 ixheaacd_mult32x16in32(coef[SIZE08 + i], window_long[2 * i]), in ixheaacd_process_win_seq()
155 temp_prev = &(prev[SIZE08 - 1]); in ixheaacd_process_win_seq()
162 prev[SIZE08 - 1 - i], ixheaacd_negate16(window_long[2 * i + 1])); in ixheaacd_process_win_seq()
250 prev[SIZE08 - 1 - i], ixheaacd_negate16(long_window_prev[2 * i + 1])); in ixheaacd_long_short_win_seq()
273 out[ch_fac * (SIZE08 + i)] = ixheaacd_round16(accu << 2); in ixheaacd_long_short_win_seq()
470 SIZE08); in ixheaacd_imdct_process()
487 ptr_long_window, q_shift, SIZE08, ch_fac); in ixheaacd_imdct_process()
528 (*ixheaacd_neg_shift_spec)(&scratch[SIZE08], in ixheaacd_imdct_process()
544 SIZE08); in ixheaacd_imdct_process()
602 (*ixheaacd_over_lap_add2)(&scratch[SIZE08], &scratch[SIZE06], in ixheaacd_imdct_process()
[all …]
Dixheaacd_defines.h51 #define SIZE08 8 * SIZE01 macro