Home
last modified time | relevance | path

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

/external/webp/include/webp/
Dencode.h31 typedef struct WebPConfig WebPConfig; typedef
94 struct WebPConfig { struct
95 int lossless; // Lossless encoding (0=lossy(default), 1=lossless).
96 float quality; // between 0 and 100. For lossy, 0 gives the smallest
101 int method; // quality/speed trade-off (0=fast, 6=slower-better)
103 WebPImageHint image_hint; // Hint for image type (lossless only for now).
105 int target_size; // if non-zero, set the desired target size in bytes.
107 float target_PSNR; // if non-zero, specifies the minimal distortion to
109 int segments; // maximum number of segments to use, in [1..4]
110 int sns_strength; // Spatial Noise Shaping. 0=off, 100=maximum.
[all …]
/external/webp/src/webp/
Dencode.h31 typedef struct WebPConfig WebPConfig; typedef
94 struct WebPConfig { struct
95 int lossless; // Lossless encoding (0=lossy(default), 1=lossless).
96 float quality; // between 0 and 100. For lossy, 0 gives the smallest
101 int method; // quality/speed trade-off (0=fast, 6=slower-better)
103 WebPImageHint image_hint; // Hint for image type (lossless only for now).
105 int target_size; // if non-zero, set the desired target size in bytes.
107 float target_PSNR; // if non-zero, specifies the minimal distortion to
109 int segments; // maximum number of segments to use, in [1..4]
110 int sns_strength; // Spatial Noise Shaping. 0=off, 100=maximum.
[all …]