Home
last modified time | relevance | path

Searched refs:tsubsamp (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Dtjbench.c534 int tw, th, ttilew, ttileh, tntilesw, tntilesh, tsubsamp; in decompTest() local
616 tsubsamp = subsamp; in decompTest()
627 if (xformOpt & TJXOPT_GRAY) tsubsamp = TJ_GRAYSCALE; in decompTest()
629 tw = tw - (tw % tjMCUWidth[tsubsamp]); in decompTest()
631 th = th - (th % tjMCUHeight[tsubsamp]); in decompTest()
633 tw = tw - (tw % tjMCUHeight[tsubsamp]); in decompTest()
635 th = th - (th % tjMCUWidth[tsubsamp]); in decompTest()
641 if (tsubsamp == TJSAMP_422) tsubsamp = TJSAMP_440; in decompTest()
642 else if (tsubsamp == TJSAMP_440) tsubsamp = TJSAMP_422; in decompTest()
712 decompsrc ? &srcSize : jpegSize, NULL, tw, th, tsubsamp, 0, in decompTest()
/external/libjpeg-turbo/java/
DTJBench.java498 int tw, th, ttilew, ttileh, tntilesw, tntilesh, tsubsamp; in decompTest() local
564 tsubsamp = subsamp; in decompTest()
574 tsubsamp = TJ.SAMP_GRAY; in decompTest()
577 tw = tw - (tw % TJ.getMCUWidth(tsubsamp)); in decompTest()
580 th = th - (th % TJ.getMCUHeight(tsubsamp)); in decompTest()
583 tw = tw - (tw % TJ.getMCUHeight(tsubsamp)); in decompTest()
586 th = th - (th % TJ.getMCUWidth(tsubsamp)); in decompTest()
594 if (tsubsamp == TJ.SAMP_422) in decompTest()
595 tsubsamp = TJ.SAMP_440; in decompTest()
596 else if (tsubsamp == TJ.SAMP_440) in decompTest()
[all …]