Lines Matching refs:tjc
274 TJCompressor tjc;
292 tjc = new TJCompressor();
313 tjc.setJPEGQuality(jpegQual);
314 tjc.setSubsamp(subsamp);
332 tjc.setSourceImage(srcBuf, x, y, width, pitch, height, pf);
337 tjc.encodeYUV(yuvImage, flags);
340 tjc.setSourceImage(yuvImage);
342 tjc.compress(jpegBuf[tile], flags);
343 jpegSize[tile] = tjc.getCompressedSize();