Home
last modified time | relevance | path

Searched defs:WebPDecoderOptions (Results 1 – 2 of 2) sorted by relevance

/external/webp/include/webp/
Ddecode.h34 typedef struct WebPDecoderOptions WebPDecoderOptions; typedef
434 struct WebPDecoderOptions { struct
435 int bypass_filtering; // if true, skip the in-loop filtering
436 int no_fancy_upsampling; // if true, use faster pointwise upsampler
437 int use_cropping; // if true, cropping is applied _first_
438 int crop_left, crop_top; // top-left position for cropping.
440 int crop_width, crop_height; // dimension of the cropping area
441 int use_scaling; // if true, scaling is applied _afterward_
442 int scaled_width, scaled_height; // final resolution
443 int use_threads; // if true, use multi-threaded decoding
[all …]
/external/webp/src/webp/
Ddecode.h34 typedef struct WebPDecoderOptions WebPDecoderOptions; typedef
434 struct WebPDecoderOptions { struct
435 int bypass_filtering; // if true, skip the in-loop filtering
436 int no_fancy_upsampling; // if true, use faster pointwise upsampler
437 int use_cropping; // if true, cropping is applied _first_
438 int crop_left, crop_top; // top-left position for cropping.
440 int crop_width, crop_height; // dimension of the cropping area
441 int use_scaling; // if true, scaling is applied _afterward_
442 int scaled_width, scaled_height; // final resolution
443 int use_threads; // if true, use multi-threaded decoding
[all …]