Home
last modified time | relevance | path

Searched refs:TJBUFSIZE (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
Djpegut.c219 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()
Dturbojpegl.c108 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()
Dturbojpeg.h903 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
Djpgtest.cxx99 if((jpegbuf[i]=(unsigned char *)malloc(TJBUFSIZE(tilesizex, tilesizey))) == NULL) in dotest()
Dturbojpeg.c534 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height) in TJBUFSIZE() function
DChangeLog.txt263 version of TJBUFSIZE() that computes a worst-case JPEG size based on the level