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.java90 public static int getMCUWidth(int subsamp) throws Exception { in getMCUWidth() method in TJ
/external/libjpeg-turbo/java/
DTJBench.java501 _w = _w - (_w % TJ.getMCUWidth(_subsamp)); in decompTest()
510 _h = _h - (_h % TJ.getMCUWidth(_subsamp)); in decompTest()
DTJUnitTest.java539 int hsf = TJ.getMCUWidth(subsamp) / 8, vsf = TJ.getMCUHeight(subsamp) / 8; in checkBufYUV()