Searched refs:tjCompress2 (Results 1 – 7 of 7) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 31 tjCompress2;
|
D | turbojpeg-mapfile.jni | 31 tjCompress2;
|
D | turbojpeg.h | 754 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf,
|
D | tjunittest.c | 417 TRY_TJ(tjCompress2(handle, srcBuf, w, 0, h, pf, dstBuf, dstSize, subsamp, in compTest() 645 TRY_TJ(tjCompress2(handle, srcBuf, w, 0, h, TJPF_BGRX, &dstBuf, in bufSizeTest() 672 TRY_TJ(tjCompress2(handle, srcBuf, h, 0, w, TJPF_BGRX, &dstBuf, in bufSizeTest()
|
D | tjbench.c | 416 if (tjCompress2(handle, srcPtr2, width, pitch, height, pf, in fullTest()
|
D | turbojpeg.c | 666 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2() function 747 retval = tjCompress2(handle, srcBuf, width, pitch, height, in tjCompress()
|
D | turbojpeg-jni.c | 248 if (tjCompress2(handle, &srcBuf[y * actualPitch + x * tjPixelSize[pf]], in TJCompressor_compress()
|