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