Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtjunittest.c90 const int _onlyGray[] = { TJPF_GRAY };
107 if (pf == TJPF_GRAY) { in initBuf()
189 if (pf == TJPF_GRAY) roffset = goffset = boffset = 0; in checkBuf()
654 if (pf == TJPF_GRAY) buf[row * pitch + i * ps] = b; in initBitmap()
688 if (pf == TJPF_GRAY) { in cmpBitmap()
730 if (pf == TJPF_GRAY) { in doBmpTest()
761 if (pf == TJPF_GRAY) { in doBmpTest()
792 if ((pf == TJPF_GRAY && pixelFormat != TJPF_GRAY) || in doBmpTest()
793 (pf != TJPF_GRAY && !strcasecmp(ext, "bmp") && in doBmpTest()
795 (pf != TJPF_GRAY && !strcasecmp(ext, "ppm") && in doBmpTest()
Dturbojpeg.h210 TJPF_GRAY, enumerator
Dtjexample.c346 if (pixelFormat == TJPF_GRAY) in main()
Dturbojpeg.c148 TJPF_UNKNOWN, TJPF_GRAY,
219 if (pixelSize == 1) return TJPF_GRAY; in getPixelFormat()
DChangeLog.md224 `TJ.getBlueOffset()` methods-- now return -1 for `TJPF_GRAY`/`TJ.PF_GRAY`