Searched refs:cachep (Results 1 – 1 of 1) sorted by relevance
845 register histptr cachep; /* pointer into main cache array */ in fill_inverse_cmap() local881 cachep = & histogram[c0+ic0][c1+ic1][c2]; in fill_inverse_cmap()883 *cachep++ = (histcell) (GETJSAMPLE(*cptr++) + 1); in fill_inverse_cmap()902 register histptr cachep; in pass2_no_dither() local916 cachep = & histogram[c0][c1][c2]; in pass2_no_dither()919 if (*cachep == 0) in pass2_no_dither()922 *outptr++ = (JSAMPLE) (*cachep - 1); in pass2_no_dither()941 histptr cachep; in pass2_fs_dither() local1007 cachep = & histogram[cur0>>C0_SHIFT][cur1>>C1_SHIFT][cur2>>C2_SHIFT]; in pass2_fs_dither()1010 if (*cachep == 0) in pass2_fs_dither()[all …]