Searched defs:histp (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c233 register histptr histp; local
243 histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT]
247 if (++(*histp) <= 0)
248 (*histp)--;
323 histptr histp; local
336 histp = & histogram[c0][c1][c2min];
338 if (*histp++ != 0) {
347 histp = & histogram[c0][c1][c2min];
349 if (*histp++ != 0) {
358 histp
510 histptr histp; local
[all...]

Completed in 43 milliseconds