Lines Matching refs:_4byteFormats
89 static const int _4byteFormats[] = { variable
945 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test"); in testFourByte444()
964 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in testFourByte422()
983 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test"); in testFourByte420()
1002 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_440, "test"); in testFourByte440()
1021 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_411, "test"); in testFourByte411()
1048 doTest(35, 39, _4byteFormats, 4, TJSAMP_GRAY, "test"); in testFourByteGray()
1146 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test"); in main()
1148 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in main()
1150 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test"); in main()
1152 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_440, "test"); in main()
1154 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_411, "test"); in main()
1157 doTest(35, 39, _4byteFormats, 4, TJSAMP_GRAY, "test"); in main()