Searched refs:ClusterCostDiff (Results 1 – 4 of 4) sorted by relevance
31 static BROTLI_INLINE double ClusterCostDiff(size_t size_a, size_t size_b) { in ClusterCostDiff() function
32 p.cost_diff = 0.5 * ClusterCostDiff(cluster_size[idx1], cluster_size[idx2]);