Searched refs:tjDecompress2 (Results 1 – 4 of 4) sorted by relevance
/external/libvncserver/common/ |
D | turbojpeg.h | 466 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
|
D | turbojpeg.c | 742 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, unsigned char *jpegBuf, in tjDecompress2() function 848 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch, in tjDecompress()
|
/external/libvncserver/test/ |
D | tjbench.c | 115 if(tjDecompress2(handle, jpegbuf[0], jpegsize[0], dstbuf, scaledw, in decomptest() 129 if(tjDecompress2(handle, jpegbuf[tile], jpegsize[tile], dstptr2, width, in decomptest()
|
D | tjunittest.c | 299 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0, in _decompTest()
|