Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:cachep

865   register histptr cachep;	/* pointer into main cache array */
901 cachep = & histogram[c0+ic0][c1+ic1][c2];
903 *cachep++ = (histcell) (GETJSAMPLE(*cptr++) + 1);
922 register histptr cachep;
936 cachep = & histogram[c0][c1][c2];
939 if (*cachep == 0)
942 *outptr++ = (JSAMPLE) (*cachep - 1);
961 histptr cachep;
1027 cachep = & histogram[cur0>>C0_SHIFT][cur1>>C1_SHIFT][cur2>>C2_SHIFT];
1030 if (*cachep == 0)
1033 { register int pixcode = *cachep - 1;