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

  /external/webp/src/enc/
frame_enc.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 69 milliseconds