Home | History | Annotate | Download | only in encoder

Lines Matching refs:best_cost

5031         S32 best_cost = (best_inter_cost > best_intra_cost) ? best_intra_cost : best_inter_cost;
5032 S32 cost_differential = (best_inter_cost - best_cost);
5075 ((ALL_INTER_COST_DIFF_THR * best_cost) >= (100 * cost_differential)) &&
5736 S32 best_cost = (best_inter_cost > best_intra_cost) ? best_intra_cost : best_inter_cost;
5737 S32 cost_differential = (best_inter_cost - best_cost);
5740 ((ALL_INTER_COST_DIFF_THR * best_cost) >= (100 * cost_differential));