Home
last modified time | relevance | path

Searched defs:cost_base (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
Dcost.c367 const int cost_base = VP8BitCost(1, p[1]); in VP8CalculateLevelCosts() local
/external/webp/src/enc/
Dcost.c72 const int cost_base = VP8BitCost(1, p[1]) + cost0; in VP8CalculateLevelCosts() local