Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dcost.h74 extern const uint16_t VP8FixedCostsI16[4];
Dcost.c385 const uint16_t VP8FixedCostsI16[4] = { 663, 919, 872, 919 }; variable
Dquant.c889 rd16.H = VP8FixedCostsI16[mode]; in PickBestIntra16()