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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c869 register histptr cachep; /* pointer into main cache array */ local
905 cachep = & histogram[c0+ic0][c1+ic1][c2];
907 *cachep++ = (histcell) (GETJSAMPLE(*cptr++) + 1);
926 register histptr cachep; local
940 cachep = & histogram[c0][c1][c2];
943 if (*cachep == 0)
946 *outptr++ = (JSAMPLE) (*cachep - 1);
965 histptr cachep; local
1031 cachep = & histogram[cur0>>C0_SHIFT][cur1>>C1_SHIFT][cur2>>C2_SHIFT];
1034 if (*cachep
[all...]

Completed in 55 milliseconds