Home | History | Annotate | Download | only in encoder

Lines Matching refs:best_cost

494         ps_cu_node->best_cost = best_costs_4x4[0];
943 ps_cu_node->ps_parent->best_cost = MAX_INTRA_COST_IPE;
965 ps_cu_node->ps_parent->best_cost = MAX_INTRA_COST_IPE;
1725 //ps_cu_node->ps_sub_cu[j]->best_cost = MAX_INTRA_COST_IPE;
1873 //ps_cu_node->ps_parent->best_cost = MAX_INTRA_COST_IPE;
2200 ps_cu_node->ps_sub_cu[ctr_sub_cu]->best_cost =
2277 //ps_cu_node->ps_parent->best_cost = MAX_INTRA_COST_IPE;
2297 child_cost_least += ps_cu_node->ps_sub_cu[j]->best_cost;
2638 parent_cost = ps_cu_node->ps_parent->best_cost;
3423 ps_cu_node->best_cost = cost_amode_step2[0];
3426 ps_cu_node->best_cost - ps_ctxt->au2_mode_bits_satd_cost[ps_cu_node->best_mode];