Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant2.c121 #define HIST_C2_ELEMS (1 << HIST_C2_BITS) macro
133 typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */
356 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS) in update_box()
367 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS) in update_box()
1192 HIST_C1_ELEMS * HIST_C2_ELEMS * sizeof(histcell)); in start_pass_2_quant()
1242 HIST_C1_ELEMS * HIST_C2_ELEMS * sizeof(histcell)); in jinit_2pass_quantizer()