Lines Matching refs:tjinstance
112 } tjinstance; typedef
181 tjinstance *this = (tjinstance *)handle; \
194 tjinstance *this = (tjinstance *)handle; \
206 tjinstance *this = (tjinstance *)handle; \
389 tjinstance *this = (tjinstance *)handle; in tjGetErrorStr2()
407 tjinstance *this = (tjinstance *)handle; in tjGetErrorCode()
445 static tjhandle _tjInitCompress(tjinstance *this) in _tjInitCompress()
477 tjinstance *this = NULL; in tjInitCompress()
479 if ((this = (tjinstance *)malloc(sizeof(tjinstance))) == NULL) { in tjInitCompress()
484 MEMZERO(this, sizeof(tjinstance)); in tjInitCompress()
878 tjinstance *this = (tjinstance *)handle; in tjEncodeYUV3()
1071 tjinstance *this = (tjinstance *)handle; in tjCompressFromYUV()
1106 static tjhandle _tjInitDecompress(tjinstance *this) in _tjInitDecompress()
1136 tjinstance *this; in tjInitDecompress()
1138 if ((this = (tjinstance *)malloc(sizeof(tjinstance))) == NULL) { in tjInitDecompress()
1143 MEMZERO(this, sizeof(tjinstance)); in tjInitDecompress()
1526 tjinstance *this = (tjinstance *)handle; in tjDecodeYUV()
1807 tjinstance *this = NULL; in tjInitTransform()
1810 if ((this = (tjinstance *)malloc(sizeof(tjinstance))) == NULL) { in tjInitTransform()
1815 MEMZERO(this, sizeof(tjinstance)); in tjInitTransform()
1983 tjinstance *this; in tjLoadImage()
1997 this = (tjinstance *)handle; in tjLoadImage()
2075 tjinstance *this; in tjSaveImage()
2088 this = (tjinstance *)handle; in tjSaveImage()