Home
last modified time | relevance | path

Searched refs:tjBufSize (Results 1 – 8 of 8) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile29 tjBufSize;
Dturbojpeg-mapfile.jni29 tjBufSize;
Dtjunittest.c517 size = tjBufSize(w, h, subsamp); in doTest()
573 size = tjBufSize(26755, 26755, TJSAMP_444); in overflowTest()
574 CHECKSIZE(tjBufSize()); in overflowTest()
611 else dstSize = tjBufSize(w, h, subsamp); in bufSizeTest()
638 else dstSize = tjBufSize(h, w, subsamp); in bufSizeTest()
Dtjbench.c357 if (tjBufSize(tilew, tileh, subsamp) > (unsigned long)INT_MAX) in fullTest()
360 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in fullTest()
596 if (tjBufSize(tilew, tileh, subsamp) > (unsigned long)INT_MAX) in decompTest()
599 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in decompTest()
Dturbojpeg.h913 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
Dturbojpeg-jni.c126 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()
Dturbojpeg.c490 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp) in tjBufSize() function
673 alloc = 0; *jpegSize = tjBufSize(width, height, jpegSubsamp); in tjCompress2()
983 alloc = 0; *jpegSize = tjBufSize(width, height, subsamp); in tjCompressFromYUVPlanes()
1926 alloc = 0; dstSizes[i] = tjBufSize(w, h, jpegSubsamp); in tjTransform()
DChangeLog.md182 as `tjInitCompress()` or `tjBufSize()`, is still thread-unsafe, but since those