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

/external/chromium_org/third_party/libwebp/enc/
H A Dcost.c335 static int VariableLevelCost(int level, const uint8_t probas[NUM_PROBAS]) { function
368 table[v] = cost_base + VariableLevelCost(v, p);
/external/webp/src/enc/
H A Dcost.c335 static int VariableLevelCost(int level, const uint8_t probas[NUM_PROBAS]) { function
368 table[v] = cost_base + VariableLevelCost(v, p);

Completed in 299 milliseconds