Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:height

55  * image.  The width and height of each plane are determined by the image
56 * width, height, and level of chrominance subsampling. The luminance plane
60 * height is the image height padded to the nearest multiple of the vertical
65 * subsampling factor, and the chrominance plane height is equal to the
66 * luminance plane height divided by the vertical subsampling factor.
147 * MCU block height (in pixels) for a given level of chrominance subsampling.
447 * and #tjMCUHeight.) If the image's width or height is not evenly divisible
507 * by the MCU block height (see #tjMCUHeight.)
516 * The height of the cropping region. Setting this to 0 is the equivalent of
517 * setting it to the height of the source JPEG image - y.
555 * @param arrayRegion #tjregion structure containing the width and height of
561 * @param planeRegion #tjregion structure containing the width and height of
634 * @param height height (in pixels) of the source image
676 int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf,
687 * #tjBufSizeYUV2() for the given image width, height, padding, and level of
700 * @param height height (in pixels) of the source image. If the height is not
701 * an even multiple of the MCU block height (see #tjMCUHeight), then an
740 int width, int pad, int height, int subsamp, unsigned char **jpegBuf,
753 * #tjPlaneSizeYUV() for the given image width, height, strides, and level of
770 * @param height height (in pixels) of the source image. If the height is not
771 * an even multiple of the MCU block height (see #tjMCUHeight), then an
810 unsigned char **srcPlanes, int width, int *strides, int height, int subsamp,
827 * @param height height (in pixels) of the image
836 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
849 * @param height height (in pixels) of the image
857 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV2(int width, int pad, int height,
873 * @param height height (in pixels) of the YUV image. NOTE: this is the height
874 * of the whole image, not the plane height.
883 int stride, int height, int subsamp);
904 * The plane height of a YUV image plane with the given parameters. Refer to
905 * @ref YUVnotes "YUV Image Format Notes" for a description of plane height.
909 * @param height height (in pixels) of the YUV image
914 * @return the plane height of a YUV image plane with the given parameters, or
917 DLLEXPORT int tjPlaneHeight(int componentID, int height, int subsamp);
941 * @param height height (in pixels) of the source image
948 * on the image width, height, padding, and level of chrominance subsampling.
969 unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat,
994 * @param height height (in pixels) of the source image
1003 * on the image width, height, strides, and level of chrominance subsampling.
1027 unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat,
1053 * @param height pointer to an integer variable that will receive the height
1067 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height,
1097 * #TJSCALED() with the JPEG image height and one of the scaling factors
1105 * set to 0, then only the height will be considered when determining the
1119 * @param height desired height (in pixels) of the destination image. If this
1120 * is different than the height of the JPEG image being decompressed, then
1122 * possible image that will fit within the desired height. If <tt>height</tt>
1136 int width, int pitch, int height, int pixelFormat, int flags);
1153 * on the image width, height, padding, and level of subsampling. The Y,
1161 * set to 0, then only the height will be considered when determining the
1171 * @param height desired height (in pixels) of the YUV image. If this is
1172 * different than the height of the JPEG image being decompressed, then
1174 * possible image that will fit within the desired height. If <tt>height</tt>
1176 * scaled image size. If the scaled height is not an even multiple of the MCU
1177 * block height
1187 int width, int pad, int height, int flags);
1206 * on the scaled image width, scaled image height, strides, and level of
1214 * set to 0, then only the height will be considered when determining the
1228 * @param height desired height (in pixels) of the YUV image. If this is
1229 * different than the height of the JPEG image being decompressed, then
1231 * possible image that will fit within the desired height. If <tt>height</tt>
1233 * scaled image size. If the scaled height is not an even multiple of the MCU
1234 * block height (see #tjMCUHeight), then an intermediate buffer copy will be
1244 int width, int *strides, int height, int flags);
1257 * #tjBufSizeYUV2() for the given image width, height, padding, and level of
1270 * image. This buffer should normally be <tt>pitch * height</tt> bytes in
1284 * @param height height (in pixels) of the source and destination images
1296 int height, int pixelFormat, int flags);
1311 * for the given image width, height, strides, and level of chrominance
1327 * image. This buffer should normally be <tt>pitch * height</tt> bytes in
1341 * @param height height (in pixels) of the source and destination images
1353 int width, int pitch, int height, int pixelFormat, int flags);
1396 * #tjBufSize() with the transformed or cropped width and height. This should
1498 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
1500 DLLEXPORT unsigned long DLLCALL TJBUFSIZEYUV(int width, int height,
1503 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV(int width, int height,
1507 int width, int pitch, int height, int pixelSize, unsigned char *dstBuf,
1511 unsigned char *srcBuf, int width, int pitch, int height, int pixelSize,
1515 unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat,
1519 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height);
1522 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height,
1527 int width, int pitch, int height, int pixelSize, int flags);