Lines Matching refs:TJSAMP_GRAY
239 if (subsamp == TJSAMP_GRAY) { in checkBuf()
305 if (subsamp != TJSAMP_GRAY) { in checkBufYUV()
511 if (subsamp == TJSAMP_444 || subsamp == TJSAMP_GRAY || in decompTest()
1030 doTest(39, 41, _onlyGray, 1, TJSAMP_GRAY, "test"); in testOnlyGray()
1039 doTest(41, 35, _3byteFormats, 2, TJSAMP_GRAY, "test"); in testThreeByteGray()
1048 doTest(35, 39, _4byteFormats, 4, TJSAMP_GRAY, "test"); in testFourByteGray()
1111 doTest(48, 48, _onlyRGB, 1, TJSAMP_GRAY, "test_yuv0"); in testYUVOnlyRGBGray()
1120 doTest(48, 48, _onlyGray, 1, TJSAMP_GRAY, "test_yuv0"); in testYUVOnlyGrayGray()
1155 doTest(39, 41, _onlyGray, 1, TJSAMP_GRAY, "test"); in main()
1156 doTest(41, 35, _3byteFormats, 2, TJSAMP_GRAY, "test"); in main()
1157 doTest(35, 39, _4byteFormats, 4, TJSAMP_GRAY, "test"); in main()
1166 doTest(48, 48, _onlyRGB, 1, TJSAMP_GRAY, "test_yuv0"); in main()
1167 doTest(48, 48, _onlyGray, 1, TJSAMP_GRAY, "test_yuv0"); in main()