Searched refs:TJSAMP_440 (Results 1 – 5 of 5) sorted by relevance
/external/libvncserver/test/ |
D | tjunittest.c | 355 if(subsamp==TJSAMP_422 || subsamp==TJSAMP_420 || subsamp==TJSAMP_440) in doTest() 453 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test"); in main() 454 doTest(39, 41, _4byteFormats, 4, TJSAMP_440, "test"); in main()
|
/external/libjpeg-turbo/ |
D | tjunittest.c | 568 if(subsamp==TJSAMP_422 || subsamp==TJSAMP_420 || subsamp==TJSAMP_440 || in doTest() 714 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test"); in main() 715 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_440, "test"); in main() 728 doTest(48, 48, _onlyRGB, 1, TJSAMP_440, "test_yuv0"); in main()
|
D | turbojpeg.h | 120 TJSAMP_440, enumerator
|
D | tjbench.c | 596 if(_subsamp==TJSAMP_422) _subsamp=TJSAMP_440; in decompTest() 597 else if(_subsamp==TJSAMP_440) _subsamp=TJSAMP_422; in decompTest() 902 case 440: subsamp=TJSAMP_440; break; in main()
|
/external/libvncserver/common/ |
D | turbojpeg.h | 89 TJSAMP_440 enumerator
|