Home | History | Annotate | Download | only in turbojpeg

Lines Matching refs:height

102    * Returns the MCU block height for the given level of chrominance
108 * @return the MCU block height for the given level of chrominance
398 * image with the given width, height, and level of chrominance subsampling.
402 * @param height the height (in pixels) of the JPEG image
408 * image with the given width, height, and level of chrominance subsampling.
410 public static native int bufSize(int width, int height, int jpegSubsamp)
415 * image with the given width, height, and level of chrominance subsampling.
422 * @param height the height (in pixels) of the YUV image
428 * image with the given width, height, and level of chrominance subsampling.
430 public static native int bufSizeYUV(int width, int pad, int height,
438 public static native int bufSizeYUV(int width, int height, int subsamp)
453 * @param height height (in pixels) of the YUV image. NOTE: this is the
454 * height of the whole image, not the plane height.
463 int height, int subsamp)
484 * Returns the plane height of a YUV image plane with the given parameters.
485 * Refer to {@link YUVImage YUVImage} for a description of plane height.
490 * @param height height (in pixels) of the YUV image
495 * @return the plane height of a YUV image plane with the given parameters.
497 public static native int planeHeight(int componentID, int height,