Home
last modified time | relevance | path

Searched refs:i4_mv_cost (Results 1 – 10 of 10) sorted by relevance

/external/libhevc/encoder/
Dhme_err_compute.c1454 S32 i4_tot_cost, i4_mv_cost, i4_sad, id; in hme_update_results_grid_pu_bestn_xtreme_speed() local
1524 i4_mv_cost = compute_mv_cost_coarse_high_speed( in hme_update_results_grid_pu_bestn_xtreme_speed()
1531 i4_tot_cost = i4_sad + i4_mv_cost; in hme_update_results_grid_pu_bestn_xtreme_speed()
1547 ps_best_node[0].i4_mv_cost = i4_mv_cost; in hme_update_results_grid_pu_bestn_xtreme_speed()
1567 S32 i4_tot_cost, i4_mv_cost, i4_sad, id; in hme_update_results_grid_pu_bestn() local
1623 i4_mv_cost = ps_result_prms->pf_mv_cost_compute( in hme_update_results_grid_pu_bestn()
1630 i4_tot_cost = i4_sad + i4_mv_cost; in hme_update_results_grid_pu_bestn()
1661 ps_best_node[i].i4_mv_cost = i4_mv_cost; in hme_update_results_grid_pu_bestn()
1698 S32 i4_tot_cost, i4_mv_cost, i4_sad, id; in hme_update_results_grid_pu_bestn_no_encode() local
1769 i4_mv_cost = ps_result_prms->pf_mv_cost_compute( in hme_update_results_grid_pu_bestn_no_encode()
[all …]
Dhme_subpel.c1031 cur_iter_best_cost += ps_pu_node1->i4_mv_cost; in hme_compute_pred_and_evaluate_bi()
1032 cur_iter_best_cost += ps_pu_node2[i].i4_mv_cost; in hme_compute_pred_and_evaluate_bi()
1058 S32 i4_sad = ps_pu_node1->i4_tot_cost - ps_pu_node1->i4_mv_cost; in hme_compute_pred_and_evaluate_bi()
1124 uni_cost = i4_sad + ps_pu_node1->i4_mv_cost; in hme_compute_pred_and_evaluate_bi()
1407 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; in hme_evalsatd_update_2_best_results_pt_pu_16x16() local
1423 i4_mv_cost = ps_subpel_refine_ctxt->i2_mv_cost[0][index]; in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1427 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost); in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1455 ps_subpel_refine_ctxt->i2_mv_cost[1][index] = i4_mv_cost; in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1474 ps_subpel_refine_ctxt->i2_mv_cost[0][index] = i4_mv_cost; in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1570 S32 i4_count = 0, i4_sad, i4_mv_cost, i4_tot_cost; in hme_evalsatd_update_1_best_result_pt_pu_16x16() local
[all …]
Dhme_utils.c124 best_sad_l0 = ps_best_l0_pu->i4_tot_cost - ps_best_l0_pu->i4_mv_cost; in ihevce_open_loop_pred_data()
140 best_sad_l1 = ps_best_l1_pu->i4_tot_cost - ps_best_l1_pu->i4_mv_cost; in ihevce_open_loop_pred_data()
1052 ps_search_node[j].i4_mv_cost = 0; in hme_reset_search_results()
2683 part_type_cost += ps_pu_result->i4_mv_cost; in hme_decide_part_types()
3167 ps_curr_pu->i4_mv_cost = ps_search_node->i4_mv_cost; in hme_populate_pus()
3177 ps_search_node->i4_mv_cost; in hme_populate_pus()
3356 ps_curr_pu->i4_mv_cost = ps_search_node->i4_mv_cost; in hme_populate_pus_8x8_cu()
3366 ps_search_node->i4_mv_cost; in hme_populate_pus_8x8_cu()
3574 ps_best_result[i].as_pu_results[0].i4_mv_cost = 0; in hme_insert_intra_nodes_post_bipred()
Dihevce_me_common_defs.h520 WORD32 i4_mv_cost; member
Dihevce_enc_cu_recursion.c703 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()
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()
Dhme_defs.h643 as_nodes[k].i4_mv_cost = (WORD32)new_node->i2_mv_cost[result_num][part_id_1]; \
1140 S32 i4_mv_cost; member
1279 S32 i4_mv_cost; member
Dihevce_enc_loop_structs.h1315 WORD32 i4_mv_cost; member
Dhme_refine.c928 WORD32 i4_mv_cost; in hme_pick_eval_merge_candts() local
947 i4_mv_cost = in hme_pick_eval_merge_candts()
950 ps_search_node->i4_tot_cost = i4_mv_cost + ps_search_node->i4_sad; in hme_pick_eval_merge_candts()
951 ps_search_node->i4_mv_cost = i4_mv_cost; in hme_pick_eval_merge_candts()
/external/libhevc/encoder/arm/
Dihevce_me_neon.c489 S32 i4_mv_cost; in hme_calc_sad_and_1_best_result_neon() local
543 i4_mv_cost = hme_get_range(mvdx1) + hme_get_range(mvdy1) + (mvdx1 > 0) + (mvdy1 > 0) + in hme_calc_sad_and_1_best_result_neon()
546 i4_mv_cost *= lambda; in hme_calc_sad_and_1_best_result_neon()
547 i4_mv_cost += rnd; in hme_calc_sad_and_1_best_result_neon()
548 i4_mv_cost >>= lambda_q_shift; in hme_calc_sad_and_1_best_result_neon()
550 i4_mv_cost = CLIP_U16(i4_mv_cost); in hme_calc_sad_and_1_best_result_neon()
566 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost); in hme_calc_sad_and_1_best_result_neon()
573 refine_ctxt->i2_mv_cost[0][id] = i4_mv_cost; in hme_calc_sad_and_1_best_result_neon()
644 S32 i4_mv_cost = refine_ctxt->i2_mv_cost[0][id]; in hme_calc_sad_and_1_best_result_subpel_neon() local
646 S32 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost); in hme_calc_sad_and_1_best_result_subpel_neon()
[all …]
Dihevce_subpel_neon.c430 S32 i4_mv_cost = refine_ctxt->i2_mv_cost[0][id]; in hme_evalsatd_update_1_best_result_pt_pu_16x16_neon() local
432 S32 i4_tot_cost = CLIP_S16(i4_sad + i4_mv_cost); in hme_evalsatd_update_1_best_result_pt_pu_16x16_neon()
438 refine_ctxt->i2_mv_cost[0][id] = i4_mv_cost; in hme_evalsatd_update_1_best_result_pt_pu_16x16_neon()