Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dcost_enc.h73 extern const uint16_t VP8FixedCostsI16[4];
Dcost_enc.c99 const uint16_t VP8FixedCostsI16[4] = { 663, 919, 872, 919 }; variable
Dquant_enc.c935 rd_cur->H = VP8FixedCostsI16[mode]; in PickBestIntra16()
1166 + VP8FixedCostsI16[mode] * lambda_d_i16; in RefineUsingDistortion()
1167 if (mode > 0 && VP8FixedCostsI16[mode] > bit_limit) { in RefineUsingDistortion()