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

Lines Matching refs:tjtransform

1962 DLLEXPORT int DLLCALL tjTransform(tjhandle handle, unsigned char *jpegBuf,
1964 unsigned long *dstSizes, tjtransform *t, int flags)
1972 _throw("tjTransform(): Instance has not been initialized for transformation");
1976 _throw("tjTransform(): Invalid argument");
1993 _throw("tjTransform(): Memory allocation failure");
2027 _throw("tjTransform(): Could not determine subsampling type for JPEG image");
2032 _throw("tjTransform(): Transform is not perfect");
2097 _throw("tjTransform(): Error in custom filter");