Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dcost.h39 extern const uint16_t VP8FixedCostsI16[4];
Dcost.c386 const uint16_t VP8FixedCostsI16[4] = { 663, 919, 872, 919 }; variable
Dquant.c790 rd16.R += VP8FixedCostsI16[mode]; in PickBestIntra16()