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.c534 size = tjBufSize(w, h, subsamp); in doTest()
591 size = tjBufSize(26755, 26755, TJSAMP_444); in overflowTest()
592 CHECKSIZE(tjBufSize()); in overflowTest()
631 else dstSize = tjBufSize(w, h, subsamp); in bufSizeTest()
658 else dstSize = tjBufSize(h, w, subsamp); in bufSizeTest()
Dtjbench.c363 if (tjBufSize(tilew, tileh, subsamp) > (unsigned long)INT_MAX) in fullTest()
366 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in fullTest()
608 if (tjBufSize(tilew, tileh, subsamp) > (unsigned long)INT_MAX) in decompTest()
611 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in decompTest()
Dturbojpeg.h924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
Dturbojpeg-jni.c131 jint retval = (jint)tjBufSize(width, height, jpegSubsamp); in Java_org_libjpegturbo_turbojpeg_TJ_bufSize()
239 jpegSize = tjBufSize(width, height, jpegSubsamp); in TJCompressor_compress()
350 jpegSize = tjBufSize(width, height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
1183 tjBufSize(w, h, jpegSubsamp)) in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform()
Dturbojpeg.c522 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp) in tjBufSize() function
705 alloc = 0; *jpegSize = tjBufSize(width, height, jpegSubsamp); in tjCompress2()
1017 alloc = 0; *jpegSize = tjBufSize(width, height, subsamp); in tjCompressFromYUVPlanes()
1991 alloc = 0; dstSizes[i] = tjBufSize(w, h, jpegSubsamp); in tjTransform()
DChangeLog.md256 such as `tjBufSize()` and `tjLoadImage()` that do not require a TurboJPEG
522 as `tjInitCompress()` or `tjBufSize()`, is still thread-unsafe, but since those