Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJ.java282 public static int getBlueOffset(int pixelFormat) { in getBlueOffset() method in TJ
/external/libjpeg-turbo/java/
DTJUnitTest.java157 int boffset = TJ.getBlueOffset(pf); in initBuf()
226 int bshift = TJ.getBlueOffset(pf) * 8; in initIntBuf()
309 int boffset = TJ.getBlueOffset(pf); in checkBuf()
433 int bshift = TJ.getBlueOffset(pf) * 8; in checkIntBuf()
DTJBench.java98 int bindex = TJ.getBlueOffset(pixelFormat); in loadImage()
121 int bindex = TJ.getBlueOffset(pixelFormat); in saveImage()
256 int bindex = index2 + TJ.getBlueOffset(pf); in decomp()