Lines Matching refs:tw
500 int tw, th, ttilew, ttileh, tntilesw, tntilesh, tsubsamp; in decompTest() local
551 tw = w; th = h; ttilew = tilew; ttileh = tileh; in decompTest()
556 System.out.format(" --> %d x %d", sf.getScaled(tw), in decompTest()
572 tw = h; th = w; ttilew = tileh; ttileh = tilew; in decompTest()
579 tw = tw - (tw % TJ.getMCUWidth(tsubsamp)); in decompTest()
585 tw = tw - (tw % TJ.getMCUHeight(tsubsamp)); in decompTest()
589 tntilesw = (tw + ttilew - 1) / ttilew; in decompTest()
607 for (x = 0; x < tw; x += ttilew, tile++) { in decompTest()
609 t[tile].width = Math.min(ttilew, tw - x); in decompTest()
673 ttilew = tw; in decompTest()
677 decomp(null, jpegBuf, jpegSize, null, tw, th, tsubsamp, 0, in decompTest()