Searched refs:TJSAMP_GRAY (Results 1 – 3 of 3) sorted by relevance
/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() 510 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()
|