Searched refs:SIZE01 (Results 1 – 2 of 2) sorted by relevance
44 #define SIZE01 (MAX_BINS_LONG / 16) macro45 #define SIZE02 2 * SIZE0146 #define SIZE03 3 * SIZE0147 #define SIZE04 4 * SIZE0148 #define SIZE05 5 * SIZE0149 #define SIZE06 6 * SIZE0150 #define SIZE07 7 * SIZE0151 #define SIZE08 8 * SIZE0152 #define SIZE09 9 * SIZE0153 #define SIZE10 10 * SIZE01[all …]
168 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(¤t[SIZE01 + inc], &prev[SIZE01 + inc], in ixheaacd_long_short_win_seq()[all …]