Home | History | Annotate | Download | only in common

Lines Matching refs:height

103  * MCU block height (in pixels) for a given level of chrominance subsampling.
319 * @param height height (in pixels) of the source image
353 int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf,
369 * @param height height of the image (in pixels)
377 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
398 * @param height pointer to an integer variable that will receive the height
407 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height,
433 * calling #TJSCALED() with the JPEG image height and one of the scaling
440 * width is set to 0, then only the height will be considered when
453 * @param height desired height (in pixels) of the destination image. If this
454 * is smaller than the height of the JPEG image being decompressed, then
456 * largest possible image that will fit within the desired height. If
457 * height is set to 0, then only the width will be considered when
468 int width, int pitch, int height, int pixelFormat, int flags);
507 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
510 int width, int pitch, int height, int pixelSize, unsigned char *dstBuf,
514 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height);
518 int width, int pitch, int height, int pixelSize, int flags);