Searched refs:TJSAMP_GRAY (Results 1 – 8 of 8) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 246 if(subsamp==TJSAMP_GRAY) in checkBuf() 324 if(subsamp!=TJSAMP_GRAY) in checkBufYUV() 533 if(subsamp==TJSAMP_444 || subsamp==TJSAMP_GRAY || in decompTest() 753 doTest(39, 41, _onlyGray, 1, TJSAMP_GRAY, "test"); in main() 754 doTest(41, 35, _3byteFormats, 2, TJSAMP_GRAY, "test"); in main() 755 doTest(35, 39, _4byteFormats, 4, TJSAMP_GRAY, "test"); in main() 765 doTest(48, 48, _onlyRGB, 1, TJSAMP_GRAY, "test_yuv0"); in main() 766 doTest(48, 48, _onlyGray, 1, TJSAMP_GRAY, "test_yuv0"); in main()
|
D | turbojpeg.c | 249 if(subsamp==TJSAMP_GRAY) in setCompDefaults() 342 return TJSAMP_GRAY; in getSubsamp() 634 chromasf=jpegSubsamp==TJSAMP_GRAY? 0: 4*64/(mcuw*mcuh); in tjBufSize() 670 nc=(subsamp==TJSAMP_GRAY? 1:3); in tjBufSizeYUV2() 705 nc=(subsamp==TJSAMP_GRAY? 1:3); in tjPlaneWidth() 726 nc=(subsamp==TJSAMP_GRAY? 1:3); in tjPlaneHeight() 897 if(subsamp!=TJSAMP_GRAY && (!dstPlanes[1] || !dstPlanes[2])) in tjEncodeYUVPlanes() 1044 if(subsamp==TJSAMP_GRAY) in tjEncodeYUV3() 1106 if(subsamp!=TJSAMP_GRAY && (!srcPlanes[1] || !srcPlanes[2])) in tjCompressFromYUVPlanes() 1229 if(subsamp==TJSAMP_GRAY) in tjCompressFromYUV() [all …]
|
D | turbojpeg.h | 113 TJSAMP_GRAY, enumerator 1486 #define TJ_GRAYSCALE TJSAMP_GRAY
|
D | tjbench.c | 922 if(toupper(argv[i][0])=='G') subsamp=TJSAMP_GRAY; in main() 996 fullTest(srcbuf, w, h, TJSAMP_GRAY, i, argv[1]); in main()
|
D | ChangeLog.md | 369 instead of -1 if `componentID` was > 0 and `subsamp` was `TJSAMP_GRAY`.
|
/external/libvncserver/common/ |
D | turbojpeg.h | 84 TJSAMP_GRAY, enumerator 496 #define TJ_GRAYSCALE TJSAMP_GRAY
|
D | turbojpeg.c | 190 if(subsamp==TJSAMP_GRAY) in setCompDefaults() 512 chromasf=jpegSubsamp==TJSAMP_GRAY? 0: 4*64/(mcuw*mcuh); in tjBufSize()
|
/external/libvncserver/test/ |
D | tjunittest.c | 179 if(subsamp==TJSAMP_GRAY) in checkBuf() 321 if((subsamp==TJSAMP_444 || subsamp==TJSAMP_GRAY)) in decompTest() 455 doTest(35, 39, _onlyGray, 1, TJSAMP_GRAY, "test"); in main() 456 doTest(39, 41, _3byteFormats, 2, TJSAMP_GRAY, "test"); in main() 457 doTest(41, 35, _4byteFormats, 4, TJSAMP_GRAY, "test"); in main()
|