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;
Dturbojpeg.h913 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp);
Dtjunittest.c517 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()
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()
Dtjbench.c349 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in fullTest()
583 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in decompTest()
Dturbojpeg.c490 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()
DChangeLog.md182 as `tjInitCompress()` or `tjBufSize()`, is still thread-unsafe, but since those