Home
last modified time | relevance | path

Searched refs:checkBufYUV (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Dtjunittest.c273 int checkBufYUV(unsigned char *buf, int w, int h, int subsamp, in checkBufYUV() function
392 if (checkBufYUV(yuvBuf, w, h, subsamp, sf)) printf("Passed.\n"); in compTest()
454 if (checkBufYUV(yuvBuf, scaledWidth, scaledHeight, subsamp, sf)) in _decompTest()
/external/libjpeg-turbo/java/
DTJUnitTest.java529 static int checkBufYUV(byte[] buf, int size, int w, int h, int subsamp, in checkBufYUV() method in TJUnitTest
672 if (checkBufYUV(yuvImage.getBuf(), yuvImage.getSize(), w, h, subsamp, in compTest()
738 if (checkBufYUV(yuvImage.getBuf(), yuvImage.getSize(), scaledWidth, in decompTest()