Home
last modified time | relevance | path

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

/external/libvncserver/test/
Dtjunittest.c255 *dstSize=tjBufSize(w, h, subsamp); in compTest()
343 size=tjBufSize(w, h, subsamp); in doTest()
397 if((jpegBuf=(unsigned char *)malloc(tjBufSize(w, h, subsamp))) in bufSizeTest()
400 jpegSize=tjBufSize(w, h, subsamp); in bufSizeTest()
415 if((jpegBuf=(unsigned char *)malloc(tjBufSize(h, w, subsamp))) in bufSizeTest()
418 jpegSize=tjBufSize(h, w, subsamp); in bufSizeTest()
Dtjbench.c243 if((jpegbuf[i]=(unsigned char *)malloc(tjBufSize(tilew, tileh, in dotest()
409 if((jpegbuf[i]=(unsigned char *)malloc(tjBufSize(tilew, tileh, in dodecomptest()
/external/libjpeg-turbo/
Dturbojpeg-mapfile29 tjBufSize;
Dturbojpeg-mapfile.jni29 tjBufSize;
Dtjunittest.c555 size=tjBufSize(w, h, subsamp); in doTest()
613 size = tjBufSize(26755, 26755, TJSAMP_444); in overflowTest()
614 CHECKSIZE(tjBufSize()); in overflowTest()
653 else dstSize=tjBufSize(w, h, subsamp); in bufSizeTest()
685 else dstSize=tjBufSize(h, w, subsamp); in bufSizeTest()
Dtjbench.c329 if (tjBufSize(tilew, tileh, subsamp) > (unsigned long)INT_MAX) in fullTest()
331 if((jpegbuf[i]=(unsigned char *)tjAlloc(tjBufSize(tilew, tileh, in fullTest()
568 if(tjBufSize(tilew, tileh, subsamp) > (unsigned long)INT_MAX) in decompTest()
570 if((jpegbuf[i]=(unsigned char *)tjAlloc(tjBufSize(tilew, tileh, in decompTest()
Dturbojpeg.h837 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
Dturbojpeg-jni.c107 jint retval=(jint)tjBufSize(width, height, jpegSubsamp); in Java_org_libjpegturbo_turbojpeg_TJ_bufSize()
209 jpegSize=tjBufSize(width, height, jpegSubsamp); in TJCompressor_compress()
313 jpegSize=tjBufSize(width, height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
1120 <tjBufSize(w, h, jpegSubsamp)) in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform()
Dturbojpeg.c622 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height, in tjBufSize() function
812 alloc=0; *jpegSize=tjBufSize(width, height, jpegSubsamp); in tjCompress2()
1125 alloc=0; *jpegSize=tjBufSize(width, height, subsamp); in tjCompressFromYUVPlanes()
2110 alloc=0; dstSizes[i]=tjBufSize(w, h, jpegSubsamp); in tjTransform()
/external/libvncserver/common/
Dturbojpeg.h377 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
Dturbojpeg.c498 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height, in tjBufSize() function
586 this->jdst.free_in_buffer=tjBufSize(width, height, jpegSubsamp); in tjCompress2()
602 *jpegSize=tjBufSize(width, height, jpegSubsamp) in tjCompress2()