Searched refs:TJ (Results 1 – 25 of 337) sorted by relevance
12345678910>>...14
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 72 TJ.PF_RGB, TJ.PF_BGR 78 TJ.PF_RGBX, TJ.PF_BGRX, TJ.PF_XBGR, TJ.PF_XRGB, TJ.PF_CMYK 86 TJ.PF_GRAY 92 TJ.PF_RGB 105 return TJ.PF_BGR; in biTypePF() 108 return TJ.PF_ABGR; in biTypePF() 110 return TJ.PF_GRAY; in biTypePF() 113 return TJ.PF_XBGR; in biTypePF() 115 return TJ.PF_RGBX; in biTypePF() 118 return TJ.PF_XRGB; in biTypePF() [all …]
|
D | TJBench.java | 37 static int flags = 0, quiet = 0, pf = TJ.PF_BGR, yuvpad = 1, warmup = 1; 67 if (cs == TJ.CS_YCbCr) in formatName() 69 else if (cs == TJ.CS_YCCK) in formatName() 95 int ps = TJ.getPixelSize(pixelFormat); in loadImage() 96 int rindex = TJ.getRedOffset(pixelFormat); in loadImage() 97 int gindex = TJ.getGreenOffset(pixelFormat); in loadImage() 98 int bindex = TJ.getBlueOffset(pixelFormat); in loadImage() 118 int ps = TJ.getPixelSize(pixelFormat); in saveImage() 119 int rindex = TJ.getRedOffset(pixelFormat); in saveImage() 120 int gindex = TJ.getGreenOffset(pixelFormat); in saveImage() [all …]
|
D | TJExample.java | 109 sf = TJ.getScalingFactors(); in main() 151 outSubsamp = TJ.SAMP_GRAY; in main() 153 outSubsamp = TJ.SAMP_444; in main() 155 outSubsamp = TJ.SAMP_422; in main() 157 outSubsamp = TJ.SAMP_420; in main() 217 flags |= TJ.FLAG_FASTUPSAMPLE; in main() 221 flags |= TJ.FLAG_FASTDCT; in main() 225 flags |= TJ.FLAG_ACCURATEDCT; in main() 292 bmpBuf = tjd.decompress(width, 0, height, TJ.PF_BGRX, flags); in main() 302 outSubsamp = TJ.SAMP_GRAY; in main() [all …]
|
D | Makefile.am | 9 JAVASOURCES = org/libjpegturbo/turbojpeg/TJ.java \ 31 JAVA_CLASSES = org/libjpegturbo/turbojpeg/TJ.class \ 62 javah -d ${srcdir} org.libjpegturbo.turbojpeg.TJ; \
|
D | CMakeLists.txt | 4 set(JAVA_CLASSNAMES org/libjpegturbo/turbojpeg/TJ
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | YUVImage.java | 109 setBuf(new byte[TJ.bufSizeYUV(width, pad, height, subsamp)], width, pad, in YUVImage() 219 subsamp >= TJ.NUMSAMP) in setBuf() 222 int nc = (subsamp == TJ.SAMP_GRAY ? 1 : 3); in setBuf() 233 int pw = TJ.planeWidth(i, width, subsamp); in setBuf() 234 int ph = TJ.planeHeight(i, height, subsamp); in setBuf() 235 int planeSize = TJ.planeSizeYUV(i, width, strides[i], height, subsamp); in setBuf() 283 height < 1 || subsamp < 0 || subsamp >= TJ.NUMSAMP) in setBuf() 285 if (yuvImage.length < TJ.bufSizeYUV(width, pad, height, subsamp)) in setBuf() 288 int nc = (subsamp == TJ.SAMP_GRAY ? 1 : 3); in setBuf() 294 strides[0] = PAD(TJ.planeWidth(0, width, subsamp), pad); in setBuf() [all …]
|
D | TJDecompressor.java | 178 if (jpegSubsamp >= TJ.NUMSAMP) in getSubsamp() 193 return TJ.CS_YCbCr; in getColorspace() 196 if (jpegColorspace >= TJ.NUMCS) in getColorspace() 249 TJScalingFactor[] sf = TJ.getScalingFactors(); in getScaledWidth() 290 TJScalingFactor[] sf = TJ.getScalingFactors(); in getScaledHeight() 378 pixelFormat < 0 || pixelFormat >= TJ.NUMPF || flags < 0) in decompress() 435 pixelFormat < 0 || pixelFormat >= TJ.NUMPF || flags < 0) in decompress() 437 int pixelSize = TJ.getPixelSize(pixelFormat); in decompress() 541 if (jpegSubsamp >= TJ.NUMSAMP) in decompressToYUV() 594 if (jpegSubsamp >= TJ.NUMSAMP) in decompressToYUV() [all …]
|
D | TJCompressor.java | 147 pitch < 0 || pixelFormat < 0 || pixelFormat >= TJ.NUMPF) in setSourceImage() 152 srcPitch = width * TJ.getPixelSize(pixelFormat); in setSourceImage() 213 pixelFormat = TJ.PF_BGR; break; in setSourceImage() 216 pixelFormat = TJ.PF_XBGR; break; in setSourceImage() 218 pixelFormat = TJ.PF_GRAY; break; in setSourceImage() 221 pixelFormat = TJ.PF_XBGR; in setSourceImage() 223 pixelFormat = TJ.PF_RGBX; in setSourceImage() 229 pixelFormat = TJ.PF_XRGB; in setSourceImage() 231 pixelFormat = TJ.PF_BGRX; in setSourceImage() 250 if (pixelSize != TJ.getPixelSize(pixelFormat)) in setSourceImage() [all …]
|
D | TJ.java | 35 public final class TJ { class
|
D | TJTransformer.java | 131 dstBufs[i] = new byte[TJ.bufSize(w, h, jpegSubsamp)]; in transform()
|
/external/pdfium/testing/resources/ |
D | bug_547706.in | 21 [(1)-12288.9(2)]TJ
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 48 if (TargetJITInfo *TJ = TM->getJITInfo()) in createJIT() local 49 return new MCJIT(M, TM, *TJ, new MCJITMemoryManager(JMM, M), OptLevel, in createJIT()
|
/external/icu/icu4c/source/data/region/ |
D | ps.txt | 64 TJ{"تاجکستان"}
|
D | fa_AF.txt | 89 TJ{"تاجکستان"}
|
D | ckb.txt | 172 TJ{"تاجیکستان"}
|
D | shi.txt | 199 TJ{"ⵜⴰⴷⵊⴰⴽⵉⵙⵜⴰⵏ"}
|
D | zgh.txt | 202 TJ{"ⵜⴰⴷⵊⴰⴽⵉⵙⵜⴰⵏ"}
|
D | vai.txt | 199 TJ{"ꕚꕀꕃꔻꕚꘋ"}
|
D | ks.txt | 248 TJ{"تاجکِستان"}
|
D | brx.txt | 251 TJ{"ताजिकिस्तान"}
|
D | or.txt | 251 TJ{"ତାଜିକିସ୍ଥାନ୍"}
|
D | ja.txt | 261 TJ{"タジキスタン"}
|
D | az_Cyrl.txt | 259 TJ{"Таҹикистан"}
|
D | bg.txt | 261 TJ{"Таджикистан"}
|
D | chr.txt | 261 TJ{"ᏔᏥᎩᏍᏕᏂ"}
|
12345678910>>...14