Home
last modified time | relevance | path

Searched refs:aps_pu_results (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dhme_utils.c123 ps_best_l0_pu = ps_pu_results->aps_pu_results[0][PRT_2Nx2N]; in ihevce_open_loop_pred_data()
139 ps_best_l1_pu = ps_pu_results->aps_pu_results[1][PRT_2Nx2N]; in ihevce_open_loop_pred_data()
2320 ps_pu_data->aps_pu_results[0][e_part_id], in hme_tu_recur_cand_harvester()
2321 ps_pu_data->aps_pu_results[1][e_part_id], in hme_tu_recur_cand_harvester()
2358 ps_pu_data->aps_pu_results[0][e_part_id], in hme_tu_recur_cand_harvester()
2359 ps_pu_data->aps_pu_results[1][e_part_id], in hme_tu_recur_cand_harvester()
2408 ps_pu_data->aps_pu_results[0][e_part_id], in hme_tu_recur_cand_harvester()
2409 ps_pu_data->aps_pu_results[1][e_part_id], in hme_tu_recur_cand_harvester()
3102 ps_pu_results->aps_pu_results[0][e_part_id] = in hme_populate_pus()
3104 ps_pu_results->aps_pu_results[1][e_part_id] = in hme_populate_pus()
[all …]
Dihevce_me_common_defs.h633 pu_result_t *aps_pu_results[2][TOT_NUM_PARTS]; member
Dhme_subpel.c663 ps_pu_result = ps_pu_results->aps_pu_results[PRED_L0][e_part_id]; in hme_compute_pred_and_evaluate_bi()
696 ps_pu_result = ps_pu_results->aps_pu_results[PRED_L1][e_part_id]; in hme_compute_pred_and_evaluate_bi()
736 ps_pu_node2 = ps_pu_results->aps_pu_results[1][e_part_id]; in hme_compute_pred_and_evaluate_bi()
744 ps_pu_node2 = ps_pu_results->aps_pu_results[0][e_part_id]; in hme_compute_pred_and_evaluate_bi()
Dihevce_enc_loop_structs.h121 (ps_merge_data)->s_pu_results.aps_pu_results[i][j] = pas_pu_results[i][j]; \