Searched refs:getMCUWidth (Results 1 – 3 of 3) sorted by relevance
90 public static int getMCUWidth(int subsamp) throws Exception { in getMCUWidth() method in TJ
501 _w = _w - (_w % TJ.getMCUWidth(_subsamp)); in decompTest()510 _h = _h - (_h % TJ.getMCUWidth(_subsamp)); in decompTest()
539 int hsf = TJ.getMCUWidth(subsamp) / 8, vsf = TJ.getMCUHeight(subsamp) / 8; in checkBufYUV()