Searched refs:RD_DISTO_MULT (Results 1 – 1 of 1) sorted by relevance
42 #define RD_DISTO_MULT 256 // distortion multiplier (equivalent of lambda) macro579 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()