Home | History | Annotate | Download | only in enc

Lines Matching refs:GetLiteralCost

534 static WEBP_INLINE double GetLiteralCost(const CostModel* const m, uint32_t v) {
663 cost_val += GetLiteralCost(cost_model, argb[i]) * mul1;