Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant2.c844 register histptr cachep; /* pointer into main cache array */ in fill_inverse_cmap() local
880 cachep = &histogram[c0 + ic0][c1 + ic1][c2]; in fill_inverse_cmap()
882 *cachep++ = (histcell)((*cptr++) + 1); in fill_inverse_cmap()
901 register histptr cachep; in pass2_no_dither() local
915 cachep = &histogram[c0][c1][c2]; in pass2_no_dither()
918 if (*cachep == 0) in pass2_no_dither()
921 *outptr++ = (JSAMPLE)(*cachep - 1); in pass2_no_dither()
940 histptr cachep; in pass2_fs_dither() local
1006 cachep = in pass2_fs_dither()
1010 if (*cachep in pass2_fs_dither()
[all...]

Completed in 2 milliseconds