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

/external/opencv3/3rdparty/libwebp/enc/
H A Dcost.c367 const int cost_base = VP8BitCost(1, p[1]); local
371 table[v] = cost_base + VariableLevelCost(v, p);
/external/webp/src/enc/
H A Dcost.c72 const int cost_base = VP8BitCost(1, p[1]) + cost0; local
76 table[v] = cost_base + VariableLevelCost(v, p);

Completed in 187 milliseconds