Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dquant_enc.c43 #define RD_DISTO_MULT 256 // distortion multiplier (equivalent of lambda) macro
580 rd->score = (rd->R + rd->H) * lambda + RD_DISTO_MULT * (rd->D + rd->SD); in SetRDScore()
585 return rate * lambda + RD_DISTO_MULT * distortion; in RDScoreTrellis()
1246 const score_t score = (score_t)VP8SSE16x16(src, ref) * RD_DISTO_MULT in RefineUsingDistortion()
1283 const score_t score = VP8SSE4x4(src, ref) * RD_DISTO_MULT in RefineUsingDistortion()
1321 const score_t score = VP8SSE16x8(src, ref) * RD_DISTO_MULT in RefineUsingDistortion()