HomeSort by relevance Sort by last modified time
    Searched refs:VariableLevelCost (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
cost.c 339 static int VariableLevelCost(int level, const uint8_t probas[NUM_PROBAS]) {
371 table[v] = cost_base + VariableLevelCost(v, p);
  /external/webp/src/enc/
cost.c 339 static int VariableLevelCost(int level, const uint8_t probas[NUM_PROBAS]) {
371 table[v] = cost_base + VariableLevelCost(v, p);

Completed in 50 milliseconds