Home | History | Annotate | Download | only in webp

Lines Matching refs:height

50                                   int width, int height, int stride,
53 int width, int height, int stride,
56 int width, int height, int stride,
59 int width, int height, int stride,
66 int width, int height, int stride,
69 int width, int height, int stride,
72 int width, int height, int stride,
75 int width, int height, int stride,
257 VP8_ENC_ERROR_BAD_DIMENSION, // picture has invalid width/height
266 // maximum width/height allowed (inclusive), in pixels
281 int width, height; // dimensions (less or equal to WEBP_MAX_DIMENSION)
305 // ((width + 15) / 16) * ((height + 15) / 16) that
352 // Convenience allocation / deallocation based on picture->width/height:
353 // Allocate y/u/v buffers as per colorspace/width/height specification.
380 // self-crops a picture to the rectangle defined by top/left/width/height.
384 // coordinates (left, top) as well as its width and height. This rectangle
389 int left, int top, int width, int height);
393 // as its width and height. This rectangle must be fully be comprised inside
403 int left, int top, int width, int height,
410 // Rescale a picture to new dimension width x height.
413 WEBP_EXTERN(int) WebPPictureRescale(WebPPicture* pic, int width, int height);
417 // *rgb buffer should have a size of at least height * rgb_stride.
454 // Helper function: given a width x height plane of YUV(A) samples