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/
tjunittest.c 365 : tjBufSize(w, h, subsamp));
490 : tjBufSize(w, h, subsamp));
557 else dstSize=tjBufSize(w, h, subsamp);
586 else dstSize=tjBufSize(h, w, subsamp);
turbojpeg.h 539 * calling #tjBufSize(). This should ensure that the buffer never has
586 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
    [all...]
turbojpeg-jni.c 63 jint retval=(jint)tjBufSize(width, height, jpegSubsamp);
120 jpegSize=tjBufSize(width, height, jpegSubsamp);
177 jpegSize=tjBufSize(width, height, jpegSubsamp);
693 <tjBufSize(w, h, jpegSubsamp))
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...]
tjbench.c 356 if((jpegbuf[i]=(unsigned char *)malloc(tjBufSize(tilew, tileh,
527 if((jpegbuf[i]=(unsigned char *)malloc(tjBufSize(tilew, tileh,

Completed in 49 milliseconds