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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 262 * Disable buffer (re)allocation. If passed to #tjCompress2() or
561 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
    [all...]
tjunittest.c 367 _tj(tjCompress2(handle, srcBuf, w, 0, h, pf, dstBuf, dstSize, subsamp,
575 _tj(tjCompress2(handle, srcBuf, w, 0, h, TJPF_BGRX, &dstBuf,
604 _tj(tjCompress2(handle, srcBuf, h, 0, w, TJPF_BGRX, &dstBuf,
tjbench.c 371 if(tjCompress2(handle, srcbuf, tilew, pitch, tileh, pf, &jpegbuf[0],
373 _throwtj("executing tjCompress2()");
387 if(tjCompress2(handle, srcptr2, width, pitch, height, pf,
turbojpeg-jni.c 127 if(tjCompress2(handle, &srcBuf[y*actualPitch + x*tjPixelSize[pf]], width,
184 if(tjCompress2(handle, &srcBuf[(y*actualStride + x)*sizeof(int)], width,
turbojpeg.c 574 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
585 _throw("tjCompress2(): Instance has not been initialized for compression");
590 _throw("tjCompress2(): Invalid argument");
605 if(!rgbBuf) _throw("tjCompress2(): Memory allocation failure");
628 _throw("tjCompress2(): Memory allocation failure");
663 retval=tjCompress2(handle, srcBuf, width, pitch, height,
    [all...]

Completed in 180 milliseconds