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

  /external/opencv3/3rdparty/libwebp/enc/
frame.c 176 static int BranchCost(int nb, int total, int proba) {
194 const int old_cost = BranchCost(nb, total, old_p)
196 const int new_cost = BranchCost(nb, total, new_p)
  /external/webp/src/enc/
frame.c 134 static int BranchCost(int nb, int total, int proba) {
157 const int old_cost = BranchCost(nb, total, old_p)
159 const int new_cost = BranchCost(nb, total, new_p)
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]

Completed in 1127 milliseconds