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

  /external/opencv3/3rdparty/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 42 static int VariableLevelCost(int level, const uint8_t probas[NUM_PROBAS]) {
76 table[v] = cost_base + VariableLevelCost(v, p);

Completed in 296 milliseconds