Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_defines.h44 #define SIZE01 (MAX_BINS_LONG / 16) macro
45 #define SIZE02 2 * SIZE01
46 #define SIZE03 3 * SIZE01
47 #define SIZE04 4 * SIZE01
48 #define SIZE05 5 * SIZE01
49 #define SIZE06 6 * SIZE01
50 #define SIZE07 7 * SIZE01
51 #define SIZE08 8 * SIZE01
52 #define SIZE09 9 * SIZE01
53 #define SIZE10 10 * SIZE01
[all …]
Dixheaacd_lpfuncs.c168 ixheaacd_mult32x16in32_drc(prev[i + SIZE01], in ixheaacd_process_win_seq()
177 temp_prev = &(prev[SIZE01 - 1]); in ixheaacd_process_win_seq()
182 for (i = SIZE01 - 1; i >= 0; i--) { in ixheaacd_process_win_seq()
213 WORD32 *current_tmp2 = &(current[-SIZE01]); in ixheaacd_long_short_win_process()
216 for (i = SIZE01 - 1; i >= 0; i--) { in ixheaacd_long_short_win_process()
254 for (i = 0; i < SIZE01; i++) { in ixheaacd_long_short_win_seq()
257 ixheaacd_mult32x16in32(current[SIZE01 + i], in ixheaacd_long_short_win_seq()
260 ixheaacd_mult32x16in32_drc(prev[SIZE01 - 1 - i], in ixheaacd_long_short_win_seq()
265 for (i = 0; i < SIZE01; i++) { in ixheaacd_long_short_win_seq()
284 ixheaacd_long_short_win_process(&current[SIZE01 + inc], &prev[SIZE01 + inc], in ixheaacd_long_short_win_seq()
[all …]