Lines Matching refs:tjd
137 TJDecompressor tjd;
148 tjd = new TJDecompressor();
174 tjd.setSourceImage(jpegBuf[tile], jpegSize[tile]);
177 tjd.decompressToYUV(yuvImage, flags);
179 tjd.setSourceImage(yuvImage);
180 tjd.decompress(dstBuf, x, y, width, pitch, height, pf, flags);
184 tjd.decompress(dstBuf, x, y, width, pitch, height, pf, flags);
197 tjd = null;