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.java112 public static int getMCUHeight(int subsamp) { in getMCUHeight() method in TJ
/external/libjpeg-turbo/java/
DTJBench.java580 th = th - (th % TJ.getMCUHeight(tsubsamp)); in decompTest()
583 tw = tw - (tw % TJ.getMCUHeight(tsubsamp)); in decompTest()
DTJUnitTest.java532 int hsf = TJ.getMCUWidth(subsamp) / 8, vsf = TJ.getMCUHeight(subsamp) / 8; in checkBufYUV()