Searched defs:_3byteFormats (Results 1 - 3 of 3) sorted by relevance

/external/libjpeg-turbo/java/
H A DTJUnitTest.java71 private static final int[] _3byteFormats = { field in class:TJUnitTest
926 doTest(35, 39, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_444,
930 doTest(41, 35, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_422,
934 doTest(39, 41, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_420,
938 doTest(35, 39, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_440,
942 doTest(41, 35, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_411,
947 doTest(41, 35, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_GRAY,
/external/libvncserver/test/
H A Dtjunittest.c64 const int _3byteFormats[]={TJPF_RGB, TJPF_BGR}; variable
447 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test");
449 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test");
451 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test");
453 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test");
456 doTest(39, 41, _3byteFormats, 2, TJSAMP_GRAY, "test");
/external/libjpeg-turbo/
H A Dtjunittest.c76 const int _3byteFormats[]={TJPF_RGB, TJPF_BGR}; variable
708 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test");
710 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test");
712 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test");
714 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test");
716 doTest(41, 35, _3byteFormats, 2, TJSAMP_411, "test");
719 doTest(41, 35, _3byteFormats, 2, TJSAMP_GRAY, "test");

Completed in 236 milliseconds