Searched refs:max_cost (Results 1 – 5 of 5) sorted by relevance
53 uint32_t max_cost,
1495 uint32_t max_cost, in Parse() argument1521 if (max_cost && cost >= max_cost) { in Parse()
744 def _render_normalized_cost_bar(self, cost, max_cost, length): argument756 num_ticks = int(np.ceil(float(cost) / max_cost * length))
2545 const auto max_cost = EIGEN_COST(scalar_max_op<int64>); in PredictResizeBilinear() local2577 int64 interp_weight_cost = floor_cost + max_cost + min_cost + sub_cost_float + in PredictResizeBilinear()
2768 const int max_cost = av1_cost_symbol(0); in rd_pick_partition() local2769 for (int i = 0; i < PARTITION_TYPES; ++i) tmp_partition_cost[i] = max_cost; in rd_pick_partition()