Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant.c27 #define SNS_TO_DQ 0.9 // Scaling constant between the sns value and the QP macro
236 const double amp = SNS_TO_DQ * enc->config_->sns_strength / 100. / 128.; in VP8SetSegmentParams()