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

  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 534 static WEBP_INLINE double GetLiteralCost(const CostModel* const m, uint32_t v) {
663 cost_val += GetLiteralCost(cost_model, argb[i]) * mul1;
    [all...]
  /external/webp/src/enc/
backward_references.c 534 static WEBP_INLINE double GetLiteralCost(const CostModel* const m, uint32_t v) {
663 cost_val += GetLiteralCost(cost_model, argb[i]) * mul1;
    [all...]

Completed in 107 milliseconds