Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJ.java92 public static int getMCUWidth(int subsamp) { in getMCUWidth() method in TJ
/external/libjpeg-turbo/java/
DTJBench.java568 tw = tw - (tw % TJ.getMCUWidth(tsubsamp)); in decompTest()
577 th = th - (th % TJ.getMCUWidth(tsubsamp)); in decompTest()
DTJUnitTest.java532 int hsf = TJ.getMCUWidth(subsamp) / 8, vsf = TJ.getMCUHeight(subsamp) / 8; in checkBufYUV()