Home
last modified time | relevance | path

Searched refs:as_pu_results (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/
Dhme_utils.c2319 ps_cand_container[i4_num_cands].as_pu_results, in hme_tu_recur_cand_harvester()
2329 ps_cand_container[i4_num_cands].as_pu_results->i4_tot_cost; in hme_tu_recur_cand_harvester()
2357 &s_cand_data.as_pu_results[i], in hme_tu_recur_cand_harvester()
2366 s_cand_data.as_pu_results[0].i4_tot_cost + s_cand_data.as_pu_results[1].i4_tot_cost; in hme_tu_recur_cand_harvester()
2407 &s_cand_data.as_pu_results[i], in hme_tu_recur_cand_harvester()
2416 s_cand_data.as_pu_results[0].i4_tot_cost + s_cand_data.as_pu_results[1].i4_tot_cost; in hme_tu_recur_cand_harvester()
2637 ps_pu_result = &(ps_best_results->as_pu_results[j]); in hme_decide_part_types()
2706 U08 u1_pu1_wd = (ps_part_type_results[i].as_pu_results[0].pu.b4_wd + 1) << 2; in hme_decide_part_types()
2707 U08 u1_pu1_ht = (ps_part_type_results[i].as_pu_results[0].pu.b4_ht + 1) << 2; in hme_decide_part_types()
2708 U08 u1_pu2_wd = (ps_part_type_results[i].as_pu_results[1].pu.b4_wd + 1) << 2; in hme_decide_part_types()
[all …]
Dhme_refine.c345 if(ps_data->as_pu_results->pu.b1_intra_flag) in hme_add_me_best_as_merge_cands()
356 pu_t *ps_pu = &ps_data->as_pu_results[j].pu; in hme_add_me_best_as_merge_cands()
422 pu_t *ps_pu = &ps_data->as_pu_results[0].pu; in hme_add_me_best_as_merge_cands()
431 if(ps_data->as_pu_results->pu.b1_intra_flag) in hme_add_me_best_as_merge_cands()
688 if(!((ps_child->ps_cu_results->ps_best_results->as_pu_results->pu.b1_intra_flag) && in hme_pick_eval_merge_candts()
726 .ps_cu_results->ps_best_results->as_pu_results->pu.b1_intra_flag) && in hme_pick_eval_merge_candts()
749 (!ps_child->ps_cu_results->ps_best_results->as_pu_results->pu in hme_pick_eval_merge_candts()
1209 if(ps_best_res->as_pu_results[0].pu.b1_intra_flag) in hme_try_merge_high_speed()
1214 if(ps_best_res->as_pu_results[0].pu.b1_intra_flag) in hme_try_merge_high_speed()
1219 if(ps_best_res->as_pu_results[0].pu.b1_intra_flag) in hme_try_merge_high_speed()
[all …]
Dihevce_enc_cu_recursion.c662 if(ps_best_results[0].as_pu_results[0].pu.b1_intra_flag) in ihevce_populate_cu_struct()
675 if(ps_best->as_pu_results[0].pu.b1_intra_flag) in ihevce_populate_cu_struct()
695 ps_cu_candt->as_inter_pu[0] = ps_best->as_pu_results[0].pu; in ihevce_populate_cu_struct()
703 ps_best->as_pu_results[0].i4_mv_cost; in ihevce_populate_cu_struct()
707 ps_best->as_pu_results[0].i4_tot_cost - ps_best->as_pu_results[0].i4_mv_cost; in ihevce_populate_cu_struct()
712 ps_cu_candt->as_inter_pu[1] = ps_best->as_pu_results[1].pu; in ihevce_populate_cu_struct()
714 ps_best->as_pu_results[1].i4_mv_cost; in ihevce_populate_cu_struct()
717 ps_best->as_pu_results[1].i4_tot_cost - ps_best->as_pu_results[1].i4_mv_cost; in ihevce_populate_cu_struct()
Dihevce_me_common_defs.h536 pu_result_t as_pu_results[MAX_NUM_INTER_PARTS]; member
Dhme_subpel.c618 (ps_part_type_result->as_pu_results->pu.b4_wd + 1) << 2, in hme_compute_pred_and_evaluate_bi()
619 (ps_part_type_result->as_pu_results->pu.b4_ht + 1) << 2, in hme_compute_pred_and_evaluate_bi()
650 pred_dir = ps_part_type_result->as_pu_results[j].pu.b2_pred_mode; in hme_compute_pred_and_evaluate_bi()
652 ps_pu_node1 = &(ps_part_type_result->as_pu_results[j]); in hme_compute_pred_and_evaluate_bi()
1186 ps_part_type_result->as_pu_results[j].i4_tot_cost = bi_cost; in hme_compute_pred_and_evaluate_bi()