Home
last modified time | relevance | path

Searched refs:i2_mvy (Results 1 – 25 of 35) sorted by relevance

12

/external/libavc/encoder/
Dime.c122 WORD16 i2_mvx, i2_mvy; in ime_diamond_search_16x16() local
148 i2_mvy = ps_mb_part->s_mv_curr.i2_mvy; in ime_diamond_search_16x16()
151 i2_mv_u_y = i2_mvy; in ime_diamond_search_16x16()
158 (i2_mvy - 1 < i4_srch_range_n) || in ime_diamond_search_16x16()
159 (i2_mvy + 1 > i4_srch_range_s) ) in ime_diamond_search_16x16()
164 pu1_ref = pu1_ref_mb + i2_mvx + (i2_mvy * i4_ref_strd); in ime_diamond_search_16x16()
179 … + pu1_mv_bits[(i2_mvy << 2) - ps_mb_part->s_mv_pred.i2_mvy] ); in ime_diamond_search_16x16()
181 … + pu1_mv_bits[(i2_mvy << 2) - ps_mb_part->s_mv_pred.i2_mvy] ); in ime_diamond_search_16x16()
183 … + pu1_mv_bits[((i2_mvy - 1) << 2) - ps_mb_part->s_mv_pred.i2_mvy] ); in ime_diamond_search_16x16()
185 … + pu1_mv_bits[((i2_mvy + 1) << 2) - ps_mb_part->s_mv_pred.i2_mvy] ); in ime_diamond_search_16x16()
[all …]
Dih264e_me.c259 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvy = 0; in ih264e_get_search_candidates()
267 mvy = (ps_left_mv->i2_mvy + 2) >> 2; in ih264e_get_search_candidates()
273 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvy = mvy; in ih264e_get_search_candidates()
282 mvy = (ps_top_mv->i2_mvy + 2) >> 2; in ih264e_get_search_candidates()
288 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvy = mvy; in ih264e_get_search_candidates()
296 mvy = (ps_top_right_mv->i2_mvy + 2)>> 2; in ih264e_get_search_candidates()
302 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvy = mvy; in ih264e_get_search_candidates()
310 mvy = (ps_top_left_mv->i2_mvy + 2) >> 2; in ih264e_get_search_candidates()
316 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvy = mvy; in ih264e_get_search_candidates()
329 ps_mb_part->s_mv_pred.i2_mvy = ps_proc->ps_pred_mv[i4_reflist].s_mv.i2_mvy; in ih264e_get_search_candidates()
[all …]
Dih264e_mc.c209 u4_mv_y_full = ps_curr_mv->i2_mvy >> 2; in ih264e_motion_comp_luma()
213 u4_mv_y_hpel = (ps_curr_mv->i2_mvy & 0x2) >> 1; in ih264e_motion_comp_luma()
217 u4_mv_y_qpel = (ps_curr_mv->i2_mvy & 0x1); in ih264e_motion_comp_luma()
344 u4_mv_y = ps_curr_mv->i2_mvy >> 3; in ih264e_motion_comp_chroma()
348 u4_mv_y_full = (ps_curr_mv->i2_mvy & 0x4) >> 2; in ih264e_motion_comp_chroma()
352 u4_mv_y_hpel = (ps_curr_mv->i2_mvy & 0x2) >> 1; in ih264e_motion_comp_chroma()
356 u4_mv_y_qpel = (ps_curr_mv->i2_mvy & 0x1); in ih264e_motion_comp_chroma()
403 u4_mv_y = ps_curr_mv->i2_mvy >> 3; in ih264e_motion_comp_chroma()
410 u4_mv_y_full = (ps_curr_mv->i2_mvy & 0x4) >> 2; in ih264e_motion_comp_chroma()
414 u4_mv_y_hpel = (ps_curr_mv->i2_mvy & 0x2) >> 1; in ih264e_motion_comp_chroma()
[all …]
Dih264e_deblk.c255 i16_pMvl0_y = ps_top_pu->s_me_info[ps_top_pu->b2_pred_mode].s_mv.i2_mvy; in ih264e_fill_bs_1mv_1ref_non_mbaff()
258 i16_qMvl0_y = ps_curr_pu->s_me_info[ps_curr_pu->b2_pred_mode].s_mv.i2_mvy; in ih264e_fill_bs_1mv_1ref_non_mbaff()
268 i16_pMvl0_y = ps_top_pu->s_me_info[PRED_L0].s_mv.i2_mvy; in ih264e_fill_bs_1mv_1ref_non_mbaff()
270 i16_pMvl1_y = ps_top_pu->s_me_info[PRED_L1].s_mv.i2_mvy; in ih264e_fill_bs_1mv_1ref_non_mbaff()
273 i16_qMvl0_y = ps_curr_pu->s_me_info[PRED_L0].s_mv.i2_mvy; in ih264e_fill_bs_1mv_1ref_non_mbaff()
275 i16_qMvl1_y = ps_curr_pu->s_me_info[PRED_L1].s_mv.i2_mvy; in ih264e_fill_bs_1mv_1ref_non_mbaff()
302 i16_pMvl0_y = ps_left_pu->s_me_info[ps_left_pu->b2_pred_mode].s_mv.i2_mvy; in ih264e_fill_bs_1mv_1ref_non_mbaff()
305 i16_qMvl0_y = ps_curr_pu->s_me_info[ps_curr_pu->b2_pred_mode].s_mv.i2_mvy; in ih264e_fill_bs_1mv_1ref_non_mbaff()
315 i16_pMvl0_y = ps_left_pu->s_me_info[PRED_L0].s_mv.i2_mvy; in ih264e_fill_bs_1mv_1ref_non_mbaff()
317 i16_pMvl1_y = ps_left_pu->s_me_info[PRED_L1].s_mv.i2_mvy; in ih264e_fill_bs_1mv_1ref_non_mbaff()
[all …]
Dime_structs.h56 WORD16 i2_mvy; member
Dih264e_process.c757 …_mb_hdr->ai2_mv[1] = ps_proc->ps_pu->s_me_info[0].s_mv.i2_mvy - ps_proc->ps_pred_mv[0].s_mv.i2_mvy; in ih264e_pack_header_data()
800 ps_mb_hdr->ai2_mv[0][1] = ps_proc->ps_pu->s_me_info[0].s_mv.i2_mvy in ih264e_pack_header_data()
801 - ps_proc->ps_pred_mv[0].s_mv.i2_mvy; in ih264e_pack_header_data()
808 ps_mb_hdr->ai2_mv[1][1] = ps_proc->ps_pu->s_me_info[1].s_mv.i2_mvy in ih264e_pack_header_data()
809 - ps_proc->ps_pred_mv[1].s_mv.i2_mvy; in ih264e_pack_header_data()
/external/libhevc/encoder/
Dhme_fullpel.c214 S32 i2_mvy = in hme_add_fpel_refine_candidates_to_search_cand_array() local
222 s_refine_grid_center.s_mv.i2_mvy = i2_mvy; in hme_add_fpel_refine_candidates_to_search_cand_array()
235 s_refine_grid_center.s_mv.i2_mvy = i2_mvy + i1_offset_y; in hme_add_fpel_refine_candidates_to_search_cand_array()
250 s_refine_grid_center.s_mv.i2_mvy = i2_mvy; in hme_add_fpel_refine_candidates_to_search_cand_array()
274 ps_unique_search_nodes[pi4_num_unique_nodes[0]].s_mv.i2_mvy = i2_mvy + i1_offset_y; in hme_add_fpel_refine_candidates_to_search_cand_array()
280 ps_unique_search_nodes[pi4_num_unique_nodes[0]].s_mv.i2_mvy = i2_mvy; in hme_add_fpel_refine_candidates_to_search_cand_array()
378 ps_fullpel_refine_ctxt->i2_mv_y[0][0] = ps_unique_search_nodes[0].s_mv.i2_mvy; in hme_fullpel_refine()
Dhme_subpel.c758 ps_interp_prms, aps_mv[0]->i2_mvx, aps_mv[0]->i2_mvy, 0); in hme_compute_pred_and_evaluate_bi()
865 ps_interp_prms, aps_mv[0]->i2_mvx, aps_mv[0]->i2_mvy, 0); in hme_compute_pred_and_evaluate_bi()
893 ps_interp_prms, aps_mv[1]->i2_mvx, aps_mv[1]->i2_mvy, 0); in hme_compute_pred_and_evaluate_bi()
1149 ps_pu_node1->pu.mv.s_l1_mv.i2_mvy = in hme_compute_pred_and_evaluate_bi()
1150 ps_pu_node2[best_cand_in_opp_dir_idx].pu.mv.s_l0_mv.i2_mvy; in hme_compute_pred_and_evaluate_bi()
1158 ps_pu_node1->pu.mv.s_l1_mv.i2_mvy = in hme_compute_pred_and_evaluate_bi()
1159 ps_pu_node2[best_cand_in_opp_dir_idx].pu.mv.s_l1_mv.i2_mvy; in hme_compute_pred_and_evaluate_bi()
1172 ps_pu_node1->pu.mv.s_l0_mv.i2_mvy = in hme_compute_pred_and_evaluate_bi()
1173 ps_pu_node2[best_cand_in_opp_dir_idx].pu.mv.s_l0_mv.i2_mvy; in hme_compute_pred_and_evaluate_bi()
1181 ps_pu_node1->pu.mv.s_l0_mv.i2_mvy = in hme_compute_pred_and_evaluate_bi()
[all …]
Dhme_defs.h238 (node)->s_mv.i2_mvy = (mv)->i2_mv_y; \
248 (node)->s_mv.i2_mvy = 0; \
251 (node)->s_mv.i2_mvy >>= (shift); \
283 ((ps_mv_store)[i4_j].s_mv.i2_mvy == (mvy_cur)) && \
295 (ps_mv_store)[i4_j].s_mv.i2_mvy = (mvy_cur); \
436 ps_mv->i2_mvy = (ps_centroid->i4_pos_y_q8 + (1 << 7)) >> 8; \
438 CLIP_MV_WITHIN_RANGE(ps_mv->i2_mvx, ps_mv->i2_mvy, (ps_range_prms), 0, 0, 0); \
448 (node)->ps_mv->i2_mvy = (mv)->i2_mv_y; \
458 (node)->ps_mv->i2_mvy = 0; \
461 (node)->ps_mv->i2_mvy >>= (shift); \
[all …]
Dihevce_mv_pred.c195 as_mv_a[0].i2_mvy = 0; in ihevce_mv_pred()
197 as_mv_a[1].i2_mvy = 0; in ihevce_mv_pred()
199 as_mv_b[0].i2_mvy = 0; in ihevce_mv_pred()
201 as_mv_b[1].i2_mvy = 0; in ihevce_mv_pred()
621 (as_mv_a[0].i2_mvy != as_mv_b[0].i2_mvy)) || in ihevce_mv_pred()
642 (as_mv_a[1].i2_mvy != as_mv_b[1].i2_mvy)) || in ihevce_mv_pred()
717 as_mvp_list_l0[num_mvp_cand_l0].i2_mvy = 0; in ihevce_mv_pred()
724 as_mvp_list_l1[num_mvp_cand_l1].i2_mvy = 0; in ihevce_mv_pred()
Dihevce_bs_compute_ctb.c464 i2_mv_y0 = ps_curr_nbr_4x4_pu->mv.s_l0_mv.i2_mvy; in ihevce_bs_compute_cu()
466 i2_mv_y1 = ps_curr_nbr_4x4_pu->mv.s_l1_mv.i2_mvy; in ihevce_bs_compute_cu()
631 i2_nbr_mv_y = ps_nbr_4x4->mv.s_l0_mv.i2_mvy; in ihevce_bs_compute_cu()
636 i2_nbr_mv_y = ps_nbr_4x4->mv.s_l1_mv.i2_mvy; in ihevce_bs_compute_cu()
660 i2_nbr_mv_y0 = ps_nbr_4x4->mv.s_l0_mv.i2_mvy; in ihevce_bs_compute_cu()
662 i2_nbr_mv_y1 = ps_nbr_4x4->mv.s_l1_mv.i2_mvy; in ihevce_bs_compute_cu()
Dihevce_mv_pred_merge.c152 mvy = ps_mv->i2_mvy; in ihevce_scale_collocated_mv()
158 ps_mv->i2_mvy = CLIP_S16(mvy); in ihevce_scale_collocated_mv()
243 ps_mv_col[0].i2_mvy = 0; in ihevce_collocated_mvp()
245 ps_mv_col[1].i2_mvy = 0; in ihevce_collocated_mvp()
377 ps_mv_col[0].i2_mvy = 0; in ihevce_collocated_mvp()
935 (s_l0_mv.i2_mvy != s_l1_mv.i2_mvy)) in ihevce_mv_pred_merge()
1002 ps_merge_cand_list[num_merge_cand].mv.s_l0_mv.i2_mvy = 0; in ihevce_mv_pred_merge()
1004 ps_merge_cand_list[num_merge_cand].mv.s_l1_mv.i2_mvy = 0; in ihevce_mv_pred_merge()
Dhme_err_compute.c146 (ps_best_node1->s_mv.i2_mvy == ps_best_node2->s_mv.i2_mvy) && in hme_cmp_nodes()
1012 mv_p_y = ps_pred_node_a->s_mv.i2_mvy; in compute_mv_cost_explicit()
1018 mv_p_y = ps_pred_node_b->s_mv.i2_mvy; in compute_mv_cost_explicit()
1089 mvy = ps_node->s_mv.i2_mvy; in compute_mv_cost_coarse_high_speed()
1136 mv_p_y = ps_pred_node_a->s_mv.i2_mvy; in compute_mv_cost_explicit_refine()
1267 mv_p_y = ps_pred_node_a->s_mv.i2_mvy; in compute_mv_cost_implicit()
1281 mv_p_y = ps_pred_node_b->s_mv.i2_mvy; in compute_mv_cost_implicit()
1368 mv_p_y = ps_pred_node_a->s_mv.i2_mvy; in compute_mv_cost_implicit_high_speed()
1383 mv_p_y = ps_pred_node_b->s_mv.i2_mvy; in compute_mv_cost_implicit_high_speed()
1427 mv_p_y = ps_pred_node_a->s_mv.i2_mvy; in compute_mv_cost_implicit_high_speed_modified()
[all …]
Dhme_utils.c132 s_pu.mv.s_l0_mv.i2_mvy = ps_best_l0_pu->pu.mv.s_l0_mv.i2_mvy; in ihevce_open_loop_pred_data()
148 s_pu.mv.s_l1_mv.i2_mvy = ps_best_l1_pu->pu.mv.s_l1_mv.i2_mvy; in ihevce_open_loop_pred_data()
501 i2_mv_y = ps_search_node->s_mv.i2_mvy; in hme_map_mvs_to_grid()
526 ps_grid_node_tmp[i4_x].s_mv.i2_mvy = i2_mv_y; in hme_map_mvs_to_grid()
716 i2_mv_y = ps_search_node_fwd->s_mv.i2_mvy; in hme_pick_back_search_node()
762 (ps_search_node->s_mv.i2_mvx != i2_mv_x) || (ps_search_node->s_mv.i2_mvy != i2_mv_y)) in hme_pick_back_search_node()
1045 ps_search_node[j].s_mv.i2_mvy = 0; in hme_reset_search_results()
1086 if(ps_search_node->s_mv.i2_mvy + i4_step >= ps_mvrange->i2_max_y) in hme_clamp_grid_by_mvrange()
1090 if(ps_search_node->s_mv.i2_mvy - i4_step < ps_mvrange->i2_min_y) in hme_clamp_grid_by_mvrange()
1471 ps_search_node->s_mv.i2_mvy = 0; in hme_get_spatial_candt()
[all …]
Dhme_search_algo.c312 s_search_node.s_mv.i2_mvx, s_search_node.s_mv.i2_mvy, ps_range_prms, 0, 0, 0); in hme_pred_search_square_stepn()
326 (s_search_node.s_mv.i2_mvy * s_err_prms.i4_ref_stride)); in hme_pred_search_square_stepn()
388 s_search_node.s_mv.i2_mvy += (i4_step * gai1_grid_id_to_y[i4_min_id]); in hme_pred_search_square_stepn()
408 (s_search_node.s_mv.i2_mvy * s_err_prms.i4_ref_stride)); in hme_pred_search_square_stepn()
432 s_search_node.s_mv.i2_mvy += (i4_step * gai1_grid_id_to_y[i4_min_id]); in hme_pred_search_square_stepn()
Dhme_refine.c174 ref_offset = ((blk_y << 3) + ps_pu->mv.s_l0_mv.i2_mvy) * ref_stride; in ihevce_no_wt_copy()
200 ref_offset = ((blk_y << 3) + ps_pu->mv.s_l1_mv.i2_mvy) * ref_stride; in ihevce_no_wt_copy()
242 ps_merge_cand[i4_num_cands_added].s_mv.i2_mvy = ps_data->as_mv[j].mvy; in hme_add_clustered_mvs_as_merge_cands()
247 ps_merge_cand[i4_num_cands_added].s_mv.i2_mvy, in hme_add_clustered_mvs_as_merge_cands()
256 (ps_merge_cand[k].s_mv.i2_mvy == ps_data->as_mv[j].mvy) && in hme_add_clustered_mvs_as_merge_cands()
381 ps_merge_cand[i4_num_cands_added].s_mv.i2_mvy = ps_mv->i2_mvy; in hme_add_me_best_as_merge_cands()
386 ps_merge_cand[i4_num_cands_added].s_mv.i2_mvy, in hme_add_me_best_as_merge_cands()
395 (ps_merge_cand[k].s_mv.i2_mvy == ps_mv->i2_mvy) && in hme_add_me_best_as_merge_cands()
454 ps_merge_cand[i4_num_cands_added].s_mv.i2_mvy = ps_mv->i2_mvy; in hme_add_me_best_as_merge_cands()
459 ps_merge_cand[i4_num_cands_added].s_mv.i2_mvy, in hme_add_me_best_as_merge_cands()
[all …]
Dhme_coarse.c113 ps_mv->i2_mv_y = ps_search_node->s_mv.i2_mvy >> (shift); \
417 s_search_node.s_mv.i2_mvy = mvy; in hme_combine_4x4_sads_and_compute_cost_high_quality()
1064 ps_candt_zeromv_8x4->s_mv.i2_mvy = 0; in hme_coarsest()
1066 ps_candt_zeromv_4x8->s_mv.i2_mvy = 0; in hme_coarsest()
1170 s_candt_global[i1_ref_idx].s_mv.i2_mvy = s_mv.i2_mv_y; in hme_coarsest()
1535 ps_candt_fs_4x8->s_mv.i2_mvy = best_mv_4x8.i2_mv_y; in hme_coarsest()
1539 ps_candt_fs_8x4->s_mv.i2_mvy = best_mv_8x4.i2_mv_y; in hme_coarsest()
1570 aps_best_search_node_8x4[i1_ref_idx]->s_mv.i2_mvy); in hme_coarsest()
1574 aps_best_search_node_4x8[i1_ref_idx]->s_mv.i2_mvy); in hme_coarsest()
1660 aps_search_nodes[i]->s_mv.i2_mvy); in hme_coarsest()
Dihevce_inter_pred.c465 WORD32 mv_y = ps_pu->mv.s_l0_mv.i2_mvy; in ihevce_luma_inter_pred_pu()
575 WORD32 mv_y = ps_pu->mv.s_l1_mv.i2_mvy; in ihevce_luma_inter_pred_pu()
1093 WORD32 mv_y = ps_pu->mv.s_l0_mv.i2_mvy; in ihevce_chroma_inter_pred_pu()
1160 WORD32 mv_y = ps_pu->mv.s_l1_mv.i2_mvy; in ihevce_chroma_inter_pred_pu()
Dhme_common_defs.h73 y = node->s_mv.i2_mvy; \
/external/libhevc/decoder/
Dihevcd_mv_pred.c123 mvy = ps_mv->i2_mvy; in ihevcd_scale_mv()
131 ps_mv->i2_mvy = CLIP_S16(mvy); in ihevcd_scale_mv()
183 mvy = ps_mv->i2_mvy; in ihevcd_scale_collocated_mv()
191 ps_mv->i2_mvy = CLIP_S16(mvy); in ihevcd_scale_collocated_mv()
589 || (as_mv_a[0].i2_mvy != as_mv_b[0].i2_mvy))) in ihevcd_mv_pred()
603 || (as_mv_a[1].i2_mvy != as_mv_b[1].i2_mvy))) in ihevcd_mv_pred()
642 || (as_mv_a[0].i2_mvy != as_mv_b[0].i2_mvy))) in ihevcd_mv_pred()
656 || (as_mv_a[1].i2_mvy != as_mv_b[1].i2_mvy))) in ihevcd_mv_pred()
742 ps_pred_mv->s_l0_mv.i2_mvy = 0; in ihevcd_mv_pred()
747 ps_pred_mv->s_l1_mv.i2_mvy = 0; in ihevcd_mv_pred()
Dihevcd_get_mv.c370 mvp_y = s_pred_mv.s_l0_mv.i2_mvy; in ihevcd_get_mv_ctb()
372 mvd_y = ps_pu->mv.s_l0_mv.i2_mvy; in ihevcd_get_mv_ctb()
381 ps_pu->mv.s_l0_mv.i2_mvy = tmp_y; in ihevcd_get_mv_ctb()
387 mvp_y = s_pred_mv.s_l1_mv.i2_mvy; in ihevcd_get_mv_ctb()
389 mvd_y = ps_pu->mv.s_l1_mv.i2_mvy; in ihevcd_get_mv_ctb()
398 ps_pu->mv.s_l1_mv.i2_mvy = tmp_y; in ihevcd_get_mv_ctb()
Dihevcd_mv_merge.c220 ps_mv_col[0].i2_mvy = 0; in ihevcd_collocated_mvp()
222 ps_mv_col[1].i2_mvy = 0; in ihevcd_collocated_mvp()
352 ps_mv_col[0].i2_mvy = 0; in ihevcd_collocated_mvp()
398 ps_mv_col[1].i2_mvy = 0; in ihevcd_collocated_mvp()
867 || (s_l0_mv.i2_mvy != s_l1_mv.i2_mvy)) in ihevcd_mv_merge()
925 ps_pu[0].mv.s_l0_mv.i2_mvy = 0; in ihevcd_mv_merge()
927 ps_pu[0].mv.s_l1_mv.i2_mvy = 0; in ihevcd_mv_merge()
Dihevcd_inter_pred.c278 …mv = CLIP3(ps_pu->mv.s_l0_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_… in ihevcd_inter_pred_ctb()
297 …mv = CLIP3(ps_pu->mv.s_l1_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_… in ihevcd_inter_pred_ctb()
325 …mv = CLIP3(ps_pu->mv.s_l0_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_… in ihevcd_inter_pred_ctb()
343 …mv = CLIP3(ps_pu->mv.s_l1_mv.i2_mvy, (-((MAX_CTB_SIZE + pu_y + 7) << 2)), ((ps_sps->i2_pic_height_… in ihevcd_inter_pred_ctb()
Dihevcd_boundary_strength.c107 i2_mv_y0 = ps_pu->mv.s_l0_mv.i2_mvy; in ihevcd_pu_boundary_strength()
109 i2_mv_y1 = ps_pu->mv.s_l1_mv.i2_mvy; in ihevcd_pu_boundary_strength()
112 i2_ngbr_mv_y0 = ps_ngbr_pu->mv.s_l0_mv.i2_mvy; in ihevcd_pu_boundary_strength()
114 i2_ngbr_mv_y1 = ps_ngbr_pu->mv.s_l1_mv.i2_mvy; in ihevcd_pu_boundary_strength()
/external/libhevc/encoder/arm/
Dihevce_me_neon.c500 ps_err_prms->pu1_ref += (ps_search_node->s_mv.i2_mvy * i4_ref_stride); in hme_calc_sad_and_1_best_result_neon()
534 S32 mv_p_y = ps_mvp_node->s_mv.i2_mvy; in hme_calc_sad_and_1_best_result_neon()
575 refine_ctxt->i2_mv_y[0][id] = ps_search_node->s_mv.i2_mvy; in hme_calc_sad_and_1_best_result_neon()

12