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.c42 #define RD_DISTO_MULT 256 // distortion multiplier (equivalent of lambda) macro
579 rd->score = (rd->R + rd->H) * lambda + RD_DISTO_MULT * (rd->D + rd->SD); in SetRDScore()
584 return rate * lambda + RD_DISTO_MULT * distortion; in RDScoreTrellis()
1165 const score_t score = VP8SSE16x16(src, ref) * RD_DISTO_MULT in RefineUsingDistortion()
1194 const score_t score = VP8SSE4x4(src, ref) * RD_DISTO_MULT in RefineUsingDistortion()
1232 const score_t score = VP8SSE16x8(src, ref) * RD_DISTO_MULT in RefineUsingDistortion()