Lines Matching refs:_h
425 int w = 0, h = 0, subsamp = -1, cs = -1, _w, _h, _tilew, _tileh, in decompTest() local
475 _w = w; _h = h; _tilew = tilew; _tileh = tileh; in decompTest()
481 sf.getScaled(_h)); in decompTest()
496 _w = h; _h = w; _tilew = tileh; _tileh = tilew; in decompTest()
506 _h = _h - (_h % TJ.getMCUHeight(_subsamp)); in decompTest()
512 _h = _h - (_h % TJ.getMCUWidth(_subsamp)); in decompTest()
514 _ntilesh = (_h + _tileh - 1) / _tileh; in decompTest()
529 for (y = 0, tile = 0; y < _h; y += _tileh) { in decompTest()
533 t[tile].height = Math.min(_tileh, _h - y); in decompTest()
592 _tileh = _h; in decompTest()
594 decomp(null, jpegBuf, jpegSize, null, _w, _h, _subsamp, 0, in decompTest()