Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dcost_enc.h72 extern const uint16_t VP8FixedCostsUV[4];
Dcost_enc.c97 const uint16_t VP8FixedCostsUV[4] = { 302, 984, 439, 642 }; variable
Dquant_enc.c1093 rd_uv.H = VP8FixedCostsUV[mode]; in PickBestUV()
1233 + VP8FixedCostsUV[mode] * lambda_d_uv; in RefineUsingDistortion()