Home
last modified time | relevance | path

Searched refs:i2_tot_cost (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/encoder/
Dhme_fullpel.c153 if(ps_fullpel_refine_ctxt->i2_tot_cost[0][i4_i] > in hme_fullpel_cand_sifter()
154 ps_fullpel_refine_ctxt->i2_tot_cost[1][i4_i]) in hme_fullpel_cand_sifter()
156 i2_temp_tot_cost = ps_fullpel_refine_ctxt->i2_tot_cost[0][i4_i]; in hme_fullpel_cand_sifter()
164 ps_fullpel_refine_ctxt->i2_tot_cost[0][i4_i] = in hme_fullpel_cand_sifter()
165 ps_fullpel_refine_ctxt->i2_tot_cost[1][i4_i]; in hme_fullpel_cand_sifter()
177 ps_fullpel_refine_ctxt->i2_tot_cost[1][i4_i] = i2_temp_tot_cost; in hme_fullpel_cand_sifter()
Dhme_subpel.c1433 best_node_cost = CLIP_S16(ps_subpel_refine_ctxt->i2_tot_cost[0][index]); in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1434 second_best_node_cost = CLIP_S16(ps_subpel_refine_ctxt->i2_tot_cost[1][index]); in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1448 else if(i4_tot_cost == ps_subpel_refine_ctxt->i2_tot_cost[0][index]) in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1454 ps_subpel_refine_ctxt->i2_tot_cost[1][index] = i4_tot_cost; in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1462 ps_subpel_refine_ctxt->i2_tot_cost[1][index] = in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1463 ps_subpel_refine_ctxt->i2_tot_cost[0][index]; in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1473 ps_subpel_refine_ctxt->i2_tot_cost[0][index] = i4_tot_cost; in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1596 best_node_cost = CLIP_S16(ps_subpel_refine_ctxt->i2_tot_cost[0][index]); in hme_evalsatd_update_1_best_result_pt_pu_16x16()
1611 else if(i4_tot_cost == ps_subpel_refine_ctxt->i2_tot_cost[0][index]) in hme_evalsatd_update_1_best_result_pt_pu_16x16()
1617 ps_subpel_refine_ctxt->i2_tot_cost[1][index] = i4_tot_cost; in hme_evalsatd_update_1_best_result_pt_pu_16x16()
[all …]
Dhme_err_compute.c1995 ps_subpel_refine_ctxt->i2_tot_cost[1][i4_count] = i4_tot_cost; in hme_update_results_pt_pu_best1_subpel_hs_1()
2005 ps_subpel_refine_ctxt->i2_tot_cost[1][i4_count] = in hme_update_results_pt_pu_best1_subpel_hs_1()
2006 ps_subpel_refine_ctxt->i2_tot_cost[0][i4_count]; in hme_update_results_pt_pu_best1_subpel_hs_1()
2016 ps_subpel_refine_ctxt->i2_tot_cost[0][i4_count] = i4_tot_cost; in hme_update_results_pt_pu_best1_subpel_hs_1()
2246 best_node_cost = CLIP_S16(ps_mv_refine_ctxt->i2_tot_cost[0][index]); in hme_calc_sad_and_2_best_results()
2247 second_best_node_cost = CLIP_S16(ps_mv_refine_ctxt->i2_tot_cost[1][index]); in hme_calc_sad_and_2_best_results()
2268 ps_mv_refine_ctxt->i2_tot_cost[1][index] = i4_tot_cost; in hme_calc_sad_and_2_best_results()
2276 ps_mv_refine_ctxt->i2_tot_cost[1][index] = in hme_calc_sad_and_2_best_results()
2277 ps_mv_refine_ctxt->i2_tot_cost[0][index]; in hme_calc_sad_and_2_best_results()
2285 ps_mv_refine_ctxt->i2_tot_cost[0][index] = i4_tot_cost; in hme_calc_sad_and_2_best_results()
[all …]
Dhme_defs.h642 as_nodes[k].i4_tot_cost = (WORD32)new_node->i2_tot_cost[result_num][part_id_1]; \
1858 MEM_ALIGN16 WORD16 i2_tot_cost[2][TOT_NUM_PARTS + 7]; member
Dhme_refine.c7582 ps_fullpel_refine_ctxt->i2_tot_cost[0][i4_i] = MAX_SIGNED_16BIT_VAL; in hme_refine()
7592 ps_fullpel_refine_ctxt->i2_tot_cost[1][i4_i] = in hme_refine()
/external/libhevc/encoder/arm/
Dihevce_me_neon.c568 best_node_cost = CLIP_S16(refine_ctxt->i2_tot_cost[0][id]); in hme_calc_sad_and_1_best_result_neon()
572 refine_ctxt->i2_tot_cost[0][id] = i4_tot_cost; in hme_calc_sad_and_1_best_result_neon()
590 if(refine_ctxt->i2_tot_cost[0][part_id] >= MAX_SIGNED_16BIT_VAL) in hme_calc_sad_and_1_best_result_neon()
598 if(refine_ctxt->i2_tot_cost[1][part_id] >= MAX_SIGNED_16BIT_VAL) in hme_calc_sad_and_1_best_result_neon()
647 S32 best_node_cost = CLIP_S16(refine_ctxt->i2_tot_cost[0][id]); in hme_calc_sad_and_1_best_result_subpel_neon()
651 refine_ctxt->i2_tot_cost[0][id] = i4_tot_cost; in hme_calc_sad_and_1_best_result_subpel_neon()
661 if(refine_ctxt->i2_tot_cost[0][i] >= MAX_SIGNED_16BIT_VAL) in hme_calc_sad_and_1_best_result_subpel_neon()
Dihevce_subpel_neon.c433 S32 best_node_cost = CLIP_S16(refine_ctxt->i2_tot_cost[0][id]); in hme_evalsatd_update_1_best_result_pt_pu_16x16_neon()
437 refine_ctxt->i2_tot_cost[0][id] = i4_tot_cost; in hme_evalsatd_update_1_best_result_pt_pu_16x16_neon()