Lines Matching refs:num4bf
944 int num4bf = doYUV ? 4 : 5; in testFourByte444() local
945 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test"); in testFourByte444()
963 int num4bf = doYUV ? 4 : 5; in testFourByte422() local
964 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in testFourByte422()
982 int num4bf = doYUV ? 4 : 5; in testFourByte420() local
983 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test"); in testFourByte420()
1001 int num4bf = doYUV ? 4 : 5; in testFourByte440() local
1002 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_440, "test"); in testFourByte440()
1020 int num4bf = doYUV ? 4 : 5; in testFourByte411() local
1021 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_411, "test"); in testFourByte411()
1128 int i, num4bf = 5; in main() local
1143 if (doYUV) num4bf = 4; in main()
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()