Searched refs:tjBufSize (Results 1 – 11 of 11) sorted by relevance
/external/libvncserver/test/ |
D | tjunittest.c | 255 *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()
|
D | tjbench.c | 243 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/ |
D | turbojpeg-mapfile | 29 tjBufSize;
|
D | turbojpeg-mapfile.jni | 29 tjBufSize;
|
D | tjunittest.c | 555 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()
|
D | tjbench.c | 329 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()
|
D | turbojpeg.h | 837 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
|
D | turbojpeg-jni.c | 107 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()
|
D | turbojpeg.c | 622 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/ |
D | turbojpeg.h | 377 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
|
D | turbojpeg.c | 498 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()
|