Lines Matching refs:_h
423 int w = 0, h = 0, subsamp = -1, cs = -1, _w, _h, _tilew, _tileh, in decompTest() local
473 _w = w; _h = h; _tilew = tilew; _tileh = tileh; in decompTest()
479 sf.getScaled(_h)); in decompTest()
494 _w = h; _h = w; _tilew = tileh; _tileh = tilew; in decompTest()
504 _h = _h - (_h % TJ.getMCUHeight(_subsamp)); in decompTest()
510 _h = _h - (_h % TJ.getMCUWidth(_subsamp)); in decompTest()
512 _ntilesh = (_h + _tileh - 1) / _tileh; in decompTest()
527 for (y = 0, tile = 0; y < _h; y += _tileh) { in decompTest()
531 t[tile].height = Math.min(_tileh, _h - y); in decompTest()
590 _tileh = _h; in decompTest()
592 decomp(null, jpegBuf, jpegSize, null, _w, _h, _subsamp, 0, in decompTest()