OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNS_TO_DQ
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
quant.c
29
#define
SNS_TO_DQ
0.9 // Scaling constant between the sns value and the QP
306
const double amp =
SNS_TO_DQ
* enc->config_->sns_strength / 100. / 128.;
[
all
...]
/external/webp/src/enc/
quant.c
29
#define
SNS_TO_DQ
0.9 // Scaling constant between the sns value and the QP
306
const double amp =
SNS_TO_DQ
* enc->config_->sns_strength / 100. / 128.;
[
all
...]
Completed in 181 milliseconds