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

/external/chromium_org/third_party/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.c367 const int cost_base = VP8BitCost(1, p[1]); local
371 table[v] = cost_base + VariableLevelCost(v, p);

Completed in 288 milliseconds