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

  /external/jpeg/
jquant2.c 229 register histptr histp; local
239 histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT]
243 if (++(*histp) <= 0)
244 (*histp)--;
319 histptr histp; local
332 histp = & histogram[c0][c1][c2min];
334 if (*histp++ != 0) {
343 histp = & histogram[c0][c1][c2min];
345 if (*histp++ != 0) {
354 histp = & histogram[c0][c1][c2min]
506 histptr histp; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 229 register histptr histp; local
239 histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT]
243 if (++(*histp) <= 0)
244 (*histp)--;
319 histptr histp; local
332 histp = & histogram[c0][c1][c2min];
334 if (*histp++ != 0) {
343 histp = & histogram[c0][c1][c2min];
345 if (*histp++ != 0) {
354 histp = & histogram[c0][c1][c2min]
506 histptr histp; local
    [all...]

Completed in 3210 milliseconds