Searched refs:tjBufSize (Results 1 – 8 of 8) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 29 tjBufSize;
|
D | turbojpeg-mapfile.jni | 29 tjBufSize;
|
D | turbojpeg.h | 913 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
|
D | tjunittest.c | 517 size = tjBufSize(w, h, subsamp); in doTest() 575 else dstSize = tjBufSize(w, h, subsamp); in bufSizeTest() 602 else dstSize = tjBufSize(h, w, subsamp); in bufSizeTest()
|
D | turbojpeg-jni.c | 126 jint retval = (jint)tjBufSize(width, height, jpegSubsamp); in Java_org_libjpegturbo_turbojpeg_TJ_bufSize() 234 jpegSize = tjBufSize(width, height, jpegSubsamp); in TJCompressor_compress() 340 jpegSize = tjBufSize(width, height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 1143 tjBufSize(w, h, jpegSubsamp)) in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform()
|
D | tjbench.c | 349 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in fullTest() 583 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in decompTest()
|
D | turbojpeg.c | 490 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp) in tjBufSize() function 664 alloc = 0; *jpegSize = tjBufSize(width, height, jpegSubsamp); in tjCompress2() 974 alloc = 0; *jpegSize = tjBufSize(width, height, subsamp); in tjCompressFromYUVPlanes() 1917 alloc = 0; dstSizes[i] = tjBufSize(w, h, jpegSubsamp); in tjTransform()
|
D | ChangeLog.md | 182 as `tjInitCompress()` or `tjBufSize()`, is still thread-unsafe, but since those
|