Searched refs:num4bf (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 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() [all …]
|