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() 619 else dstSize=tjBufSize(w, h, subsamp); in bufSizeTest() 651 else dstSize=tjBufSize(h, w, subsamp); in bufSizeTest()
|
D | turbojpeg.h | 836 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
|
D | turbojpeg-jni.c | 103 jint retval=(jint)tjBufSize(width, height, jpegSubsamp); in Java_org_libjpegturbo_turbojpeg_TJ_bufSize() 205 jpegSize=tjBufSize(width, height, jpegSubsamp); in TJCompressor_compress() 308 jpegSize=tjBufSize(width, height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 1112 <tjBufSize(w, h, jpegSubsamp)) in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform()
|
D | turbojpeg.c | 596 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height, in tjBufSize() function 777 alloc=0; *jpegSize=tjBufSize(width, height, jpegSubsamp); in tjCompress2() 1086 alloc=0; *jpegSize=tjBufSize(width, height, subsamp); in tjCompressFromYUVPlanes() 2063 alloc=0; dstSizes[i]=tjBufSize(w, h, jpegSubsamp); in tjTransform()
|
D | tjbench.c | 315 if((jpegbuf[i]=(unsigned char *)tjAlloc(tjBufSize(tilew, tileh, in fullTest() 547 if((jpegbuf[i]=(unsigned char *)tjAlloc(tjBufSize(tilew, tileh, in decompTest()
|
/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()
|