• Home
  • Raw
  • Download

Lines Matching refs:doTest

525 static void doTest(int w, int h, const int *formats, int nformats, int subsamp,  in doTest()  function
935 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test"); in testThreeByte444()
945 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test"); in testFourByte444()
954 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in testThreeByte422()
964 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in testFourByte422()
973 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test"); in testThreeByte420()
983 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test"); in testFourByte420()
992 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test"); in testThreeByte440()
1002 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_440, "test"); in testFourByte440()
1011 doTest(41, 35, _3byteFormats, 2, TJSAMP_411, "test"); in testThreeByte411()
1021 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_411, "test"); in testFourByte411()
1030 doTest(39, 41, _onlyGray, 1, TJSAMP_GRAY, "test"); in testOnlyGray()
1039 doTest(41, 35, _3byteFormats, 2, TJSAMP_GRAY, "test"); in testThreeByteGray()
1048 doTest(35, 39, _4byteFormats, 4, TJSAMP_GRAY, "test"); in testFourByteGray()
1066 doTest(48, 48, _onlyRGB, 1, TJSAMP_444, "test_yuv0"); in testYUVOnlyRGB444()
1075 doTest(48, 48, _onlyRGB, 1, TJSAMP_422, "test_yuv0"); in testYUVOnlyRGB422()
1084 doTest(48, 48, _onlyRGB, 1, TJSAMP_420, "test_yuv0"); in testYUVOnlyRGB420()
1093 doTest(48, 48, _onlyRGB, 1, TJSAMP_440, "test_yuv0"); in testYUVOnlyRGB440()
1102 doTest(48, 48, _onlyRGB, 1, TJSAMP_411, "test_yuv0"); in testYUVOnlyRGB411()
1111 doTest(48, 48, _onlyRGB, 1, TJSAMP_GRAY, "test_yuv0"); in testYUVOnlyRGBGray()
1120 doTest(48, 48, _onlyGray, 1, TJSAMP_GRAY, "test_yuv0"); in testYUVOnlyGrayGray()
1145 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test"); in main()
1146 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test"); in main()
1147 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in main()
1148 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in main()
1149 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test"); in main()
1150 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test"); in main()
1151 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test"); in main()
1152 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_440, "test"); in main()
1153 doTest(41, 35, _3byteFormats, 2, TJSAMP_411, "test"); in main()
1154 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_411, "test"); in main()
1155 doTest(39, 41, _onlyGray, 1, TJSAMP_GRAY, "test"); in main()
1156 doTest(41, 35, _3byteFormats, 2, TJSAMP_GRAY, "test"); in main()
1157 doTest(35, 39, _4byteFormats, 4, TJSAMP_GRAY, "test"); in main()
1161 doTest(48, 48, _onlyRGB, 1, TJSAMP_444, "test_yuv0"); in main()
1162 doTest(48, 48, _onlyRGB, 1, TJSAMP_422, "test_yuv0"); in main()
1163 doTest(48, 48, _onlyRGB, 1, TJSAMP_420, "test_yuv0"); in main()
1164 doTest(48, 48, _onlyRGB, 1, TJSAMP_440, "test_yuv0"); in main()
1165 doTest(48, 48, _onlyRGB, 1, TJSAMP_411, "test_yuv0"); in main()
1166 doTest(48, 48, _onlyRGB, 1, TJSAMP_GRAY, "test_yuv0"); in main()
1167 doTest(48, 48, _onlyGray, 1, TJSAMP_GRAY, "test_yuv0"); in main()