Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_fullpel.c159 i2_temp_mv_cost = ps_fullpel_refine_ctxt->i2_mv_cost[0][i4_i]; in hme_fullpel_cand_sifter()
168 ps_fullpel_refine_ctxt->i2_mv_cost[0][i4_i] = in hme_fullpel_cand_sifter()
169 ps_fullpel_refine_ctxt->i2_mv_cost[1][i4_i]; in hme_fullpel_cand_sifter()
180 ps_fullpel_refine_ctxt->i2_mv_cost[1][i4_i] = i2_temp_mv_cost; in hme_fullpel_cand_sifter()
Dhme_err_compute.c1996 ps_subpel_refine_ctxt->i2_mv_cost[1][i4_count] = i4_mv_cost; in hme_update_results_pt_pu_best1_subpel_hs_1()
2007 ps_subpel_refine_ctxt->i2_mv_cost[1][i4_count] = in hme_update_results_pt_pu_best1_subpel_hs_1()
2008 ps_subpel_refine_ctxt->i2_mv_cost[0][i4_count]; in hme_update_results_pt_pu_best1_subpel_hs_1()
2017 ps_subpel_refine_ctxt->i2_mv_cost[0][i4_count] = i4_mv_cost; in hme_update_results_pt_pu_best1_subpel_hs_1()
2269 ps_mv_refine_ctxt->i2_mv_cost[1][index] = i4_mv_cost; in hme_calc_sad_and_2_best_results()
2278 ps_mv_refine_ctxt->i2_mv_cost[1][index] = in hme_calc_sad_and_2_best_results()
2279 ps_mv_refine_ctxt->i2_mv_cost[0][index]; in hme_calc_sad_and_2_best_results()
2286 ps_mv_refine_ctxt->i2_mv_cost[0][index] = i4_mv_cost; in hme_calc_sad_and_2_best_results()
2306 ASSERT(ps_mv_refine_ctxt->i2_mv_cost[0][part_id] == MAX_SIGNED_16BIT_VAL); in hme_calc_sad_and_2_best_results()
2314 ASSERT(ps_mv_refine_ctxt->i2_mv_cost[1][part_id] == MAX_SIGNED_16BIT_VAL); in hme_calc_sad_and_2_best_results()
[all …]
Dhme_subpel.c1423 i4_mv_cost = ps_subpel_refine_ctxt->i2_mv_cost[0][index]; 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()
1464 ps_subpel_refine_ctxt->i2_mv_cost[1][index] = in hme_evalsatd_update_2_best_results_pt_pu_16x16()
1465 ps_subpel_refine_ctxt->i2_mv_cost[0][index]; 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()
1586 i4_mv_cost = ps_subpel_refine_ctxt->i2_mv_cost[0][index]; in hme_evalsatd_update_1_best_result_pt_pu_16x16()
1618 ps_subpel_refine_ctxt->i2_mv_cost[1][index] = i4_mv_cost; in hme_evalsatd_update_1_best_result_pt_pu_16x16()
1626 ps_subpel_refine_ctxt->i2_mv_cost[0][index] = i4_mv_cost; in hme_evalsatd_update_1_best_result_pt_pu_16x16()
3873 ps_subpel_refine_ctxt->i2_mv_cost[0][index]; in hme_subpel_refine_struct_to_search_results_struct_converter()
3884 ps_best_node[0].i4_mv_cost = ps_subpel_refine_ctxt->i2_mv_cost[0][index]; in hme_subpel_refine_struct_to_search_results_struct_converter()
[all …]
Dhme_defs.h643 as_nodes[k].i4_mv_cost = (WORD32)new_node->i2_mv_cost[result_num][part_id_1]; \
1863 MEM_ALIGN16 WORD16 i2_mv_cost[2][TOT_NUM_PARTS + 7]; member
Dhme_refine.c7583 ps_fullpel_refine_ctxt->i2_mv_cost[0][i4_i] = MAX_SIGNED_16BIT_VAL; in hme_refine()
7594 ps_fullpel_refine_ctxt->i2_mv_cost[1][i4_i] = in hme_refine()
/external/libhevc/encoder/arm/
Dihevce_me_neon.c573 refine_ctxt->i2_mv_cost[0][id] = i4_mv_cost; in hme_calc_sad_and_1_best_result_neon()
592 assert(refine_ctxt->i2_mv_cost[0][part_id] == MAX_SIGNED_16BIT_VAL); in hme_calc_sad_and_1_best_result_neon()
600 assert(refine_ctxt->i2_mv_cost[1][part_id] == MAX_SIGNED_16BIT_VAL); 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()
652 refine_ctxt->i2_mv_cost[0][id] = i4_mv_cost; in hme_calc_sad_and_1_best_result_subpel_neon()
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()
438 refine_ctxt->i2_mv_cost[0][id] = i4_mv_cost; in hme_evalsatd_update_1_best_result_pt_pu_16x16_neon()