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

  /external/opencv3/3rdparty/libwebp/enc/
histogram.c 254 const double sum_cost = a->bit_cost_ + b->bit_cost_; local
257 cost_threshold += sum_cost;
290 return cost - sum_cost;
  /external/webp/src/enc/
histogram.c 306 const double sum_cost = a->bit_cost_ + b->bit_cost_; local
307 cost_threshold += sum_cost;
317 return cost - sum_cost;
    [all...]

Completed in 445 milliseconds