Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:tjhandle

527 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle)
557 static tjhandle _tjInitCompress(tjinstance *this)
579 return (tjhandle)this;
582 DLLEXPORT tjhandle DLLCALL tjInitCompress(void)
731 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
808 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf,
830 DLLEXPORT int DLLCALL tjEncodeYUVPlanes(tjhandle handle, unsigned char *srcBuf,
991 DLLEXPORT int DLLCALL tjEncodeYUV3(tjhandle handle, unsigned char *srcBuf,
1027 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf,
1035 DLLEXPORT int DLLCALL tjEncodeYUV(tjhandle handle, unsigned char *srcBuf,
1044 DLLEXPORT int DLLCALL tjCompressFromYUVPlanes(tjhandle handle,
1175 DLLEXPORT int DLLCALL tjCompressFromYUV(tjhandle handle, unsigned char *srcBuf,
1214 static tjhandle _tjInitDecompress(tjinstance *this)
1236 return (tjhandle)this;
1239 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void)
1253 DLLEXPORT int DLLCALL tjDecompressHeader3(tjhandle handle,
1303 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
1312 DLLEXPORT int DLLCALL tjDecompressHeader(tjhandle handle,
1335 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, unsigned char *jpegBuf,
1437 DLLEXPORT int DLLCALL tjDecompress(tjhandle handle, unsigned char *jpegBuf,
1502 DLLEXPORT int DLLCALL tjDecodeYUVPlanes(tjhandle handle,
1664 DLLEXPORT int DLLCALL tjDecodeYUV(tjhandle handle, unsigned char *srcBuf,
1700 DLLEXPORT int DLLCALL tjDecompressToYUVPlanes(tjhandle handle,
1874 DLLEXPORT int DLLCALL tjDecompressToYUV2(tjhandle handle,
1935 DLLEXPORT int DLLCALL tjDecompressToYUV(tjhandle handle,
1945 DLLEXPORT tjhandle DLLCALL tjInitTransform(void)
1947 tjinstance *this=NULL; tjhandle handle=NULL;
1962 DLLEXPORT int DLLCALL tjTransform(tjhandle handle, unsigned char *jpegBuf,