Home
last modified time | relevance | path

Searched refs:yuvPad (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java309 yuvPad = pad; in setBuf()
344 if (yuvPad < 1 || ((yuvPad & (yuvPad - 1)) != 0)) in getPad()
346 return yuvPad; in getPad()
424 if (yuvPad < 1) in getSize()
430 return TJ.bufSizeYUV(yuvWidth, yuvPad, yuvHeight, yuvSubsamp); in getSize()
441 protected int yuvPad = 0; field in YUVImage
DTJCompressor.java675 private int yuvPad = 4; field in TJCompressor
/external/libjpeg-turbo/
Dtjbench.c79 quiet = 0, doTile = 0, pf = TJPF_BGR, yuvPad = 1, doWrite = 1; variable
178 unsigned long yuvSize = tjBufSizeYUV2(width, yuvPad, height, subsamp); in decomp()
205 width, yuvPad, height, flags) == -1) in decomp()
208 if (tjDecodeYUV(handle, yuvBuf, yuvPad, subsamp, dstPtr2, width, in decomp()
375 yuvSize = tjBufSizeYUV2(tilew, yuvPad, tileh, subsamp); in fullTest()
402 yuvPad, subsamp, flags) == -1) in fullTest()
405 if (tjCompressFromYUV(handle, yuvBuf, width, yuvPad, height, in fullTest()
942 if (temp >= 1) yuvPad = temp; in main()
/external/libjpeg-turbo/java/
DTJBench.java39 private static int flags = 0, quiet = 0, pf = TJ.PF_BGR, yuvPad = 1; field in TJBench
194 yuvImage = new YUVImage(width, yuvPad, height, subsamp); in decomp()
214 yuvImage.setBuf(yuvImage.getBuf(), width, yuvPad, height, subsamp); in decomp() local
374 yuvImage = new YUVImage(tilew, yuvPad, tileh, subsamp); in fullTest()
395 yuvImage.setBuf(yuvImage.getBuf(), width, yuvPad, height, in fullTest() local
910 yuvPad = temp; in main()