Home
last modified time | relevance | path

Searched refs:TJSAMP_422 (Results 1 – 6 of 6) sorted by relevance

/external/libvncserver/common/
Dturbojpeg.h75 TJSAMP_422, enumerator
493 #define TJ_422 TJSAMP_422
/external/libjpeg-turbo/
Dturbojpeg.h104 TJSAMP_422, enumerator
1483 #define TJ_422 TJSAMP_422
Dtjunittest.c568 if(subsamp==TJSAMP_422 || subsamp==TJSAMP_420 || subsamp==TJSAMP_440 || in doTest()
745 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in main()
746 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in main()
761 doTest(48, 48, _onlyRGB, 1, TJSAMP_422, "test_yuv0"); in main()
Dtjbench.c619 if(_subsamp==TJSAMP_422) _subsamp=TJSAMP_440; in decompTest()
620 else if(_subsamp==TJSAMP_440) _subsamp=TJSAMP_422; in decompTest()
929 case 422: subsamp=TJSAMP_422; break; in main()
1003 fullTest(srcbuf, w, h, TJSAMP_422, i, argv[1]); in main()
Dturbojpeg.c375 (i==TJSAMP_422 || i==TJSAMP_440)) in getSubsamp()
/external/libvncserver/test/
Dtjunittest.c355 if(subsamp==TJSAMP_422 || subsamp==TJSAMP_420 || subsamp==TJSAMP_440) in doTest()
449 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in main()
450 doTest(35, 39, _4byteFormats, 4, TJSAMP_422, "test"); in main()