Searched refs:tjCompress2 (Results 1 – 8 of 8) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 31 tjCompress2;
|
D | turbojpeg-mapfile.jni | 31 tjCompress2;
|
D | turbojpeg.h | 743 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf,
|
D | tjunittest.c | 402 _tj(tjCompress2(handle, srcBuf, w, 0, h, pf, dstBuf, dstSize, subsamp, in compTest() 589 _tj(tjCompress2(handle, srcBuf, w, 0, h, TJPF_BGRX, &dstBuf, in bufSizeTest() 616 _tj(tjCompress2(handle, srcBuf, h, 0, w, TJPF_BGRX, &dstBuf, in bufSizeTest()
|
D | tjexample.c | 368 if (tjCompress2(tjInstance, imgBuf, width, 0, height, pixelFormat, in main()
|
D | tjbench.c | 397 if (tjCompress2(handle, srcPtr2, width, pitch, height, pf, in fullTest()
|
D | turbojpeg.c | 625 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2() function 704 retval = tjCompress2(handle, srcBuf, width, pitch, height, in tjCompress()
|
D | turbojpeg-jni.c | 243 if (tjCompress2(handle, &srcBuf[y * actualPitch + x * tjPixelSize[pf]], in TJCompressor_compress()
|