Home
last modified time | relevance | path

Searched refs:getMCUHeight (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJ.java111 public static int getMCUHeight(int subsamp) { in getMCUHeight() method in TJ
/external/libjpeg-turbo/java/
DTJBench.java515 _h = _h - (_h % TJ.getMCUHeight(_subsamp)); in decompTest()
518 _w = _w - (_w % TJ.getMCUHeight(_subsamp)); in decompTest()
DTJUnitTest.java539 int hsf = TJ.getMCUWidth(subsamp) / 8, vsf = TJ.getMCUHeight(subsamp) / 8; in checkBufYUV()