Home
last modified time | relevance | path

Searched refs:sns_strength (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/enc/
Dconfig.c31 config->sns_strength = 50; in WebPConfigInitInternal()
54 config->sns_strength = 80; in WebPConfigInitInternal()
60 config->sns_strength = 80; in WebPConfigInitInternal()
66 config->sns_strength = 25; in WebPConfigInitInternal()
71 config->sns_strength = 0; in WebPConfigInitInternal()
76 config->sns_strength = 0; in WebPConfigInitInternal()
100 if (config->sns_strength < 0 || config->sns_strength > 100) in WebPValidateConfig()
Dquant.c218 (enc->method_ >= 4) ? enc->config_->sns_strength in SetupMatrices()
364 const double amp = SNS_TO_DQ * enc->config_->sns_strength / 100. / 128.; in VP8SetSegmentParams()
393 dq_uv_ac = dq_uv_ac * enc->config_->sns_strength / 100; in VP8SetSegmentParams()
399 dq_uv_dc = -4 * enc->config_->sns_strength / 100; in VP8SetSegmentParams()
/external/webp/include/webp/
Dencode.h104 int sns_strength; // Spatial Noise Shaping. 0=off, 100=maximum. member
/external/webp/src/webp/
Dencode.h104 int sns_strength; // Spatial Noise Shaping. 0=off, 100=maximum. member
/external/webp/
DREADME422 config.sns_strength = 90;