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

  /external/chromium_org/third_party/libwebp/enc/
frame.c 138 static int BranchCost(int nb, int total, int proba) {
161 const int old_cost = BranchCost(nb, total, old_p)
163 const int new_cost = BranchCost(nb, total, new_p)
  /external/webp/src/enc/
frame.c 138 static int BranchCost(int nb, int total, int proba) {
161 const int old_cost = BranchCost(nb, total, old_p)
163 const int new_cost = BranchCost(nb, total, new_p)

Completed in 831 milliseconds