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

/external/jpeg/
H A Djquant2.c865 register histptr cachep; /* pointer into main cache array */ local
901 cachep = & histogram[c0+ic0][c1+ic1][c2];
903 *cachep++ = (histcell) (GETJSAMPLE(*cptr++) + 1);
922 register histptr cachep; local
936 cachep = & histogram[c0][c1][c2];
939 if (*cachep == 0)
942 *outptr++ = (JSAMPLE) (*cachep - 1);
961 histptr cachep; local
1027 cachep = & histogram[cur0>>C0_SHIFT][cur1>>C1_SHIFT][cur2>>C2_SHIFT];
1030 if (*cachep
[all...]

Completed in 64 milliseconds