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

  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 146 static COST base_cost P_ ((WORD *this));
472 start->best_cost = best + base_cost (start);
482 base_cost (register WORD *this) function
  /external/webp/src/enc/
quant.c 508 score_t cost, base_cost, score; local
515 base_cost = prev->cost + VP8LevelCost(tcost, level);
518 cost = base_cost;
532 cost = base_cost;

Completed in 75 milliseconds