Searched refs:TJBUFSIZE (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/libjpeg_turbo/ |
D | jpegut.c | 219 memset(jpegbuf, 0, TJBUFSIZE(w, h)); in gentestjpeg() 282 if((jpegbuf=(unsigned char *)malloc(TJBUFSIZE(w, h))) == NULL) in dotest() 341 || (jpgbuf=(unsigned char *)malloc(TJBUFSIZE(i, j)))==NULL) in dotest1() 357 || (jpgbuf=(unsigned char *)malloc(TJBUFSIZE(j, i)))==NULL) in dotest1()
|
D | turbojpegl.c | 108 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height) in TJBUFSIZE() function 179 j->jdms.free_in_buffer = TJBUFSIZE(j->cinfo.image_width, j->cinfo.image_height); in tjCompress() 195 *size=TJBUFSIZE(j->cinfo.image_width, j->cinfo.image_height) in tjCompress()
|
D | turbojpeg.h | 903 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
|
D | jpgtest.cxx | 99 if((jpegbuf[i]=(unsigned char *)malloc(TJBUFSIZE(tilesizex, tilesizey))) == NULL) in dotest()
|
D | turbojpeg.c | 534 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height) in TJBUFSIZE() function
|
D | ChangeLog.txt | 263 version of TJBUFSIZE() that computes a worst-case JPEG size based on the level
|