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

/external/libjpeg-turbo/
H A Djquant2.c120 #define HIST_C2_ELEMS (1<<HIST_C2_BITS) macro
132 typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */
355 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS)
366 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS)
1188 HIST_C1_ELEMS*HIST_C2_ELEMS * sizeof(histcell));
1238 HIST_C1_ELEMS*HIST_C2_ELEMS * sizeof(histcell));
/external/opencv3/3rdparty/libjpeg/
H A Djquant2.c140 #define HIST_C2_ELEMS (1<<HIST_C2_BITS) macro
152 typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */
378 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS)
389 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS)
1219 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));
1269 HIST_C1_ELEMS*HIST_C2_ELEMS * SIZEOF(histcell));

Completed in 386 milliseconds