Home
last modified time | relevance | path

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

/external/jpeg/
Djquant2.c139 #define HIST_C2_ELEMS (1<<HIST_C2_BITS) macro
151 typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */
377 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS) in update_box()
388 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS) in update_box()
1218 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell)); in start_pass_2_quant()
1268 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell)); in jinit_2pass_quantizer()