Lines Matching refs:_throwtj
45 #define _throwtj(m) _throw(m, tjGetErrorStr()) macro
126 _throwtj("executing tjInitDecompress()"); in decomp()
166 _throwtj("executing tjDecompressToYUV2()"); in decomp()
170 _throwtj("executing tjDecodeYUV()"); in decomp()
176 _throwtj("executing tjDecompress2()"); in decomp()
188 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in decomp()
327 _throwtj("executing tjInitCompress()"); in fullTest()
357 _throwtj("executing tjEncodeYUV3()"); in fullTest()
361 _throwtj("executing tjCompressFromYUV()"); in fullTest()
367 _throwtj("executing tjCompress2()"); in fullTest()
381 if(tjDestroy(handle)==-1) _throwtj("executing tjDestroy()"); in fullTest()
506 _throwtj("executing tjInitTransform()"); in decompTest()
508 _throwtj("executing tjDecompressHeader3()"); in decompTest()
625 _throwtj("executing tjTransform()"); in decompTest()
773 _throwtj("executing tjGetScalingFactors()"); in main()