HomeSort by relevance Sort by last modified time
    Searched refs:TJBUFSIZE (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpegl.c 108 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height)
179 j->jdms.free_in_buffer = TJBUFSIZE(j->cinfo.image_width, j->cinfo.image_height);
195 *size=TJBUFSIZE(j->cinfo.image_width, j->cinfo.image_height)
jpegut.c 219 memset(jpegbuf, 0, TJBUFSIZE(w, h));
282 if((jpegbuf=(unsigned char *)malloc(TJBUFSIZE(w, h))) == NULL)
341 || (jpgbuf=(unsigned char *)malloc(TJBUFSIZE(i, j)))==NULL)
357 || (jpgbuf=(unsigned char *)malloc(TJBUFSIZE(j, i)))==NULL)
turbojpeg.h 539 * calling #tjBufSize(). This should ensure that the buffer never has
586 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
    [all...]
jpgtest.cxx 99 if((jpegbuf[i]=(unsigned char *)malloc(TJBUFSIZE(tilesizex, tilesizey))) == NULL)
turbojpeg.c 515 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
520 _throw("tjBufSize(): Invalid argument");
534 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height)
538 _throw("TJBUFSIZE(): Invalid argument");
620 alloc=0; *jpegSize=tjBufSize(width, height, jpegSubsamp);
    [all...]

Completed in 81 milliseconds