Searched defs:WebPConfig (Results 1 – 2 of 2) sorted by relevance
/external/webp/include/webp/ |
D | encode.h | 31 typedef struct WebPConfig WebPConfig; typedef 95 struct WebPConfig { struct 96 int lossless; // Lossless encoding (0=lossy(default), 1=lossless). 97 float quality; // between 0 and 100. For lossy, 0 gives the smallest 102 int method; // quality/speed trade-off (0=fast, 6=slower-better) 104 WebPImageHint image_hint; // Hint for image type (lossless only for now). 106 int target_size; // if non-zero, set the desired target size in bytes. 108 float target_PSNR; // if non-zero, specifies the minimal distortion to 110 int segments; // maximum number of segments to use, in [1..4] 111 int sns_strength; // Spatial Noise Shaping. 0=off, 100=maximum. [all …]
|
/external/webp/src/webp/ |
D | encode.h | 31 typedef struct WebPConfig WebPConfig; typedef 95 struct WebPConfig { struct 96 int lossless; // Lossless encoding (0=lossy(default), 1=lossless). 97 float quality; // between 0 and 100. For lossy, 0 gives the smallest 102 int method; // quality/speed trade-off (0=fast, 6=slower-better) 104 WebPImageHint image_hint; // Hint for image type (lossless only for now). 106 int target_size; // if non-zero, set the desired target size in bytes. 108 float target_PSNR; // if non-zero, specifies the minimal distortion to 110 int segments; // maximum number of segments to use, in [1..4] 111 int sns_strength; // Spatial Noise Shaping. 0=off, 100=maximum. [all …]
|