HomeSort by relevance Sort by last modified time
    Searched refs:HIST_C2_ELEMS (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
jquant2.c 139 #define HIST_C2_ELEMS (1<<HIST_C2_BITS)
151 typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */
377 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS)
388 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS)
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 139 #define HIST_C2_ELEMS (1<<HIST_C2_BITS)
151 typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */
377 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS)
388 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS)
    [all...]

Completed in 102 milliseconds