Home
last modified time | relevance | path

Searched refs:TJPF_GRAY (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/
Dtjunittest.c92 static const int _onlyGray[] = { TJPF_GRAY };
111 if (pf == TJPF_GRAY) { in initBuf()
195 if (pf == TJPF_GRAY) roffset = goffset = boffset = 0; in checkBuf()
710 if (pf == TJPF_GRAY) buf[row * pitch + i * ps] = b; in initBitmap()
744 if (pf == TJPF_GRAY) { in cmpBitmap()
787 if (pf == TJPF_GRAY) { in doBmpTest()
824 if (pf == TJPF_GRAY) { in doBmpTest()
855 if ((pf == TJPF_GRAY && pixelFormat != TJPF_GRAY) || in doBmpTest()
856 (pf != TJPF_GRAY && !strcasecmp(ext, "bmp") && in doBmpTest()
858 (pf != TJPF_GRAY && !strcasecmp(ext, "ppm") && in doBmpTest()
Dturbojpeg.h211 TJPF_GRAY, enumerator
Dturbojpeg.c175 TJPF_UNKNOWN, TJPF_GRAY,
251 if (pixelSize == 1) return TJPF_GRAY; in getPixelFormat()
DChangeLog.md582 `TJ.getBlueOffset()` methods-- now return -1 for `TJPF_GRAY`/`TJ.PF_GRAY`