Home
last modified time | relevance | path

Searched refs:i2_mvx (Results 1 – 25 of 34) sorted by relevance

12

/external/libavc/encoder/
Dime.c122 WORD16 i2_mvx, i2_mvy; in ime_diamond_search_16x16() local
147 i2_mvx = ps_mb_part->s_mv_curr.i2_mvx; in ime_diamond_search_16x16()
150 i2_mv_u_x = i2_mvx; in ime_diamond_search_16x16()
156 if ( (i2_mvx - 1 < i4_srch_range_w) || in ime_diamond_search_16x16()
157 (i2_mvx + 1 > i4_srch_range_e) || in ime_diamond_search_16x16()
164 pu1_ref = pu1_ref_mb + i2_mvx + (i2_mvy * i4_ref_strd); in ime_diamond_search_16x16()
178 …] = i4_sad[0] + u4_lambda_motion * ( pu1_mv_bits[ ((i2_mvx - 1) << 2) - ps_mb_part->s_mv_pred.i2_m… in ime_diamond_search_16x16()
180 …] = i4_sad[1] + u4_lambda_motion * ( pu1_mv_bits[ ((i2_mvx + 1) << 2) - ps_mb_part->s_mv_pred.i2_m… in ime_diamond_search_16x16()
182 …st[2] = i4_sad[2] + u4_lambda_motion * ( pu1_mv_bits[ (i2_mvx << 2) - ps_mb_part->s_mv_pred.i2_mvx] in ime_diamond_search_16x16()
184 …st[3] = i4_sad[3] + u4_lambda_motion * ( pu1_mv_bits[ (i2_mvx << 2) - ps_mb_part->s_mv_pred.i2_mvx] in ime_diamond_search_16x16()
[all …]
Dih264e_me.c258 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvx = 0; in ih264e_get_search_candidates()
266 mvx = (ps_left_mv->i2_mvx + 2) >> 2; in ih264e_get_search_candidates()
272 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvx = mvx; in ih264e_get_search_candidates()
281 mvx = (ps_top_mv->i2_mvx + 2) >> 2; in ih264e_get_search_candidates()
287 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvx = mvx; in ih264e_get_search_candidates()
295 mvx = (ps_top_right_mv->i2_mvx + 2) >> 2; in ih264e_get_search_candidates()
301 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvx = mvx; in ih264e_get_search_candidates()
309 mvx = (ps_top_left_mv->i2_mvx + 2) >> 2; in ih264e_get_search_candidates()
315 ps_me_ctxt->as_mv_init_search[i4_reflist][u4_num_candidates].i2_mvx = mvx; in ih264e_get_search_candidates()
328 ps_mb_part->s_mv_pred.i2_mvx = ps_proc->ps_pred_mv[i4_reflist].s_mv.i2_mvx; in ih264e_get_search_candidates()
[all …]
Dih264e_mc.c208 u4_mv_x_full = ps_curr_mv->i2_mvx >> 2; in ih264e_motion_comp_luma()
212 u4_mv_x_hpel = (ps_curr_mv->i2_mvx & 0x2) >> 1; in ih264e_motion_comp_luma()
216 u4_mv_x_qpel = (ps_curr_mv->i2_mvx & 0x1); in ih264e_motion_comp_luma()
343 u4_mv_x = ps_curr_mv->i2_mvx >> 3; in ih264e_motion_comp_chroma()
347 u4_mv_x_full = (ps_curr_mv->i2_mvx & 0x4) >> 2; in ih264e_motion_comp_chroma()
351 u4_mv_x_hpel = (ps_curr_mv->i2_mvx & 0x2) >> 1; in ih264e_motion_comp_chroma()
355 u4_mv_x_qpel = (ps_curr_mv->i2_mvx & 0x1); in ih264e_motion_comp_chroma()
402 u4_mv_x = ps_curr_mv->i2_mvx >> 3; in ih264e_motion_comp_chroma()
409 u4_mv_x_full = (ps_curr_mv->i2_mvx & 0x4) >> 2; in ih264e_motion_comp_chroma()
413 u4_mv_x_hpel = (ps_curr_mv->i2_mvx & 0x2) >> 1; in ih264e_motion_comp_chroma()
[all …]
Dih264e_deblk.c254 i16_pMvl0_x = ps_top_pu->s_me_info[ps_top_pu->b2_pred_mode].s_mv.i2_mvx; in ih264e_fill_bs_1mv_1ref_non_mbaff()
257 i16_qMvl0_x = ps_curr_pu->s_me_info[ps_curr_pu->b2_pred_mode].s_mv.i2_mvx; in ih264e_fill_bs_1mv_1ref_non_mbaff()
267 i16_pMvl0_x = ps_top_pu->s_me_info[PRED_L0].s_mv.i2_mvx; in ih264e_fill_bs_1mv_1ref_non_mbaff()
269 i16_pMvl1_x = ps_top_pu->s_me_info[PRED_L1].s_mv.i2_mvx; in ih264e_fill_bs_1mv_1ref_non_mbaff()
272 i16_qMvl0_x = ps_curr_pu->s_me_info[PRED_L0].s_mv.i2_mvx; in ih264e_fill_bs_1mv_1ref_non_mbaff()
274 i16_qMvl1_x = ps_curr_pu->s_me_info[PRED_L1].s_mv.i2_mvx; in ih264e_fill_bs_1mv_1ref_non_mbaff()
301 i16_pMvl0_x = ps_left_pu->s_me_info[ps_left_pu->b2_pred_mode].s_mv.i2_mvx; in ih264e_fill_bs_1mv_1ref_non_mbaff()
304 i16_qMvl0_x = ps_curr_pu->s_me_info[ps_curr_pu->b2_pred_mode].s_mv.i2_mvx; in ih264e_fill_bs_1mv_1ref_non_mbaff()
314 i16_pMvl0_x = ps_left_pu->s_me_info[PRED_L0].s_mv.i2_mvx; in ih264e_fill_bs_1mv_1ref_non_mbaff()
316 i16_pMvl1_x = ps_left_pu->s_me_info[PRED_L1].s_mv.i2_mvx; in ih264e_fill_bs_1mv_1ref_non_mbaff()
[all …]
Dime_structs.h51 WORD16 i2_mvx; member
Dih264e_process.c755 …_mb_hdr->ai2_mv[0] = ps_proc->ps_pu->s_me_info[0].s_mv.i2_mvx - ps_proc->ps_pred_mv[0].s_mv.i2_mvx; in ih264e_pack_header_data()
797 ps_mb_hdr->ai2_mv[0][0] = ps_proc->ps_pu->s_me_info[0].s_mv.i2_mvx in ih264e_pack_header_data()
798 - ps_proc->ps_pred_mv[0].s_mv.i2_mvx; in ih264e_pack_header_data()
805 ps_mb_hdr->ai2_mv[1][0] = ps_proc->ps_pu->s_me_info[1].s_mv.i2_mvx in ih264e_pack_header_data()
806 - ps_proc->ps_pred_mv[1].s_mv.i2_mvx; in ih264e_pack_header_data()
/external/libhevc/encoder/
Dhme_fullpel.c212 S32 i2_mvx = in hme_add_fpel_refine_candidates_to_search_cand_array() local
221 s_refine_grid_center.s_mv.i2_mvx = i2_mvx; in hme_add_fpel_refine_candidates_to_search_cand_array()
234 s_refine_grid_center.s_mv.i2_mvx = i2_mvx + i1_offset_x; in hme_add_fpel_refine_candidates_to_search_cand_array()
249 s_refine_grid_center.s_mv.i2_mvx = i2_mvx; in hme_add_fpel_refine_candidates_to_search_cand_array()
273 ps_unique_search_nodes[pi4_num_unique_nodes[0]].s_mv.i2_mvx = i2_mvx + i1_offset_x; in hme_add_fpel_refine_candidates_to_search_cand_array()
279 ps_unique_search_nodes[pi4_num_unique_nodes[0]].s_mv.i2_mvx = i2_mvx; in hme_add_fpel_refine_candidates_to_search_cand_array()
377 ps_fullpel_refine_ctxt->i2_mv_x[0][0] = ps_unique_search_nodes[0].s_mv.i2_mvx; in hme_fullpel_refine()
Dhme_subpel.c717 if(aps_mv[0]->i2_mvx == INTRA_MV) in hme_compute_pred_and_evaluate_bi()
758 ps_interp_prms, aps_mv[0]->i2_mvx, aps_mv[0]->i2_mvy, 0); in hme_compute_pred_and_evaluate_bi()
844 if(aps_mv[1]->i2_mvx == INTRA_MV) 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()
1147 ps_pu_node1->pu.mv.s_l1_mv.i2_mvx = in hme_compute_pred_and_evaluate_bi()
1148 ps_pu_node2[best_cand_in_opp_dir_idx].pu.mv.s_l0_mv.i2_mvx; in hme_compute_pred_and_evaluate_bi()
1156 ps_pu_node1->pu.mv.s_l1_mv.i2_mvx = in hme_compute_pred_and_evaluate_bi()
1157 ps_pu_node2[best_cand_in_opp_dir_idx].pu.mv.s_l1_mv.i2_mvx; in hme_compute_pred_and_evaluate_bi()
1170 ps_pu_node1->pu.mv.s_l0_mv.i2_mvx = in hme_compute_pred_and_evaluate_bi()
[all …]
Dhme_defs.h237 (node)->s_mv.i2_mvx = (mv)->i2_mv_x; \
243 if(((node)->i1_ref_idx < 0) || ((node)->s_mv.i2_mvx == INTRA_MV)) \
247 (node)->s_mv.i2_mvx = 0; \
250 (node)->s_mv.i2_mvx >>= (shift); \
282 if(((ps_mv_store)[i4_j].s_mv.i2_mvx == (mvx_cur)) && \
294 (ps_mv_store)[i4_j].s_mv.i2_mvx = (mvx_cur); \
435 ps_mv->i2_mvx = (ps_centroid->i4_pos_x_q8 + (1 << 7)) >> 8; \
438 CLIP_MV_WITHIN_RANGE(ps_mv->i2_mvx, ps_mv->i2_mvy, (ps_range_prms), 0, 0, 0); \
447 (node)->ps_mv->i2_mvx = (mv)->i2_mv_x; \
453 if(((node)->i1_ref_idx < 0) || ((node)->ps_mv->i2_mvx == INTRA_MV)) \
[all …]
Dihevce_mv_pred.c194 as_mv_a[0].i2_mvx = 0; in ihevce_mv_pred()
196 as_mv_a[1].i2_mvx = 0; in ihevce_mv_pred()
198 as_mv_b[0].i2_mvx = 0; in ihevce_mv_pred()
200 as_mv_b[1].i2_mvx = 0; in ihevce_mv_pred()
620 if(((as_mv_a[0].i2_mvx != as_mv_b[0].i2_mvx) || in ihevce_mv_pred()
641 if(((as_mv_a[1].i2_mvx != as_mv_b[1].i2_mvx) || in ihevce_mv_pred()
716 as_mvp_list_l0[num_mvp_cand_l0].i2_mvx = 0; in ihevce_mv_pred()
723 as_mvp_list_l1[num_mvp_cand_l1].i2_mvx = 0; in ihevce_mv_pred()
Dhme_err_compute.c145 if((ps_best_node1->s_mv.i2_mvx == ps_best_node2->s_mv.i2_mvx) && in hme_cmp_nodes()
1011 mv_p_x = ps_pred_node_a->s_mv.i2_mvx; in compute_mv_cost_explicit()
1017 mv_p_x = ps_pred_node_b->s_mv.i2_mvx; in compute_mv_cost_explicit()
1088 mvx = ps_node->s_mv.i2_mvx; in compute_mv_cost_coarse_high_speed()
1135 mv_p_x = ps_pred_node_a->s_mv.i2_mvx; in compute_mv_cost_explicit_refine()
1266 mv_p_x = ps_pred_node_a->s_mv.i2_mvx; in compute_mv_cost_implicit()
1280 mv_p_x = ps_pred_node_b->s_mv.i2_mvx; in compute_mv_cost_implicit()
1367 mv_p_x = ps_pred_node_a->s_mv.i2_mvx; in compute_mv_cost_implicit_high_speed()
1382 mv_p_x = ps_pred_node_b->s_mv.i2_mvx; in compute_mv_cost_implicit_high_speed()
1426 mv_p_x = ps_pred_node_a->s_mv.i2_mvx; in compute_mv_cost_implicit_high_speed_modified()
[all …]
Dihevce_bs_compute_ctb.c463 i2_mv_x0 = ps_curr_nbr_4x4_pu->mv.s_l0_mv.i2_mvx; in ihevce_bs_compute_cu()
465 i2_mv_x1 = ps_curr_nbr_4x4_pu->mv.s_l1_mv.i2_mvx; in ihevce_bs_compute_cu()
630 i2_nbr_mv_x = ps_nbr_4x4->mv.s_l0_mv.i2_mvx; in ihevce_bs_compute_cu()
635 i2_nbr_mv_x = ps_nbr_4x4->mv.s_l1_mv.i2_mvx; in ihevce_bs_compute_cu()
659 i2_nbr_mv_x0 = ps_nbr_4x4->mv.s_l0_mv.i2_mvx; in ihevce_bs_compute_cu()
661 i2_nbr_mv_x1 = ps_nbr_4x4->mv.s_l1_mv.i2_mvx; in ihevce_bs_compute_cu()
Dihevce_mv_pred_merge.c151 mvx = ps_mv->i2_mvx; in ihevce_scale_collocated_mv()
157 ps_mv->i2_mvx = CLIP_S16(mvx); in ihevce_scale_collocated_mv()
242 ps_mv_col[0].i2_mvx = 0; in ihevce_collocated_mvp()
244 ps_mv_col[1].i2_mvx = 0; in ihevce_collocated_mvp()
376 ps_mv_col[0].i2_mvx = 0; in ihevce_collocated_mvp()
934 if((l0_poc != l1_poc) || (s_l0_mv.i2_mvx != s_l1_mv.i2_mvx) || in ihevce_mv_pred_merge()
1001 ps_merge_cand_list[num_merge_cand].mv.s_l0_mv.i2_mvx = 0; in ihevce_mv_pred_merge()
1003 ps_merge_cand_list[num_merge_cand].mv.s_l1_mv.i2_mvx = 0; in ihevce_mv_pred_merge()
Dhme_refine.c175 ref_offset += (blk_x << 3) + ps_pu->mv.s_l0_mv.i2_mvx; in ihevce_no_wt_copy()
201 ref_offset += (blk_x << 3) + ps_pu->mv.s_l1_mv.i2_mvx; in ihevce_no_wt_copy()
241 ps_merge_cand[i4_num_cands_added].s_mv.i2_mvx = ps_data->as_mv[j].mvx; in hme_add_clustered_mvs_as_merge_cands()
246 ps_merge_cand[i4_num_cands_added].s_mv.i2_mvx, in hme_add_clustered_mvs_as_merge_cands()
255 if((ps_merge_cand[k].s_mv.i2_mvx == ps_data->as_mv[j].mvx) && in hme_add_clustered_mvs_as_merge_cands()
380 ps_merge_cand[i4_num_cands_added].s_mv.i2_mvx = ps_mv->i2_mvx; in hme_add_me_best_as_merge_cands()
385 ps_merge_cand[i4_num_cands_added].s_mv.i2_mvx, in hme_add_me_best_as_merge_cands()
394 if((ps_merge_cand[k].s_mv.i2_mvx == ps_mv->i2_mvx) && in hme_add_me_best_as_merge_cands()
453 ps_merge_cand[i4_num_cands_added].s_mv.i2_mvx = ps_mv->i2_mvx; in hme_add_me_best_as_merge_cands()
458 ps_merge_cand[i4_num_cands_added].s_mv.i2_mvx, in hme_add_me_best_as_merge_cands()
[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()
325 (s_search_node.s_mv.i2_mvx + in hme_pred_search_square_stepn()
387 s_search_node.s_mv.i2_mvx += (i4_step * gai1_grid_id_to_x[i4_min_id]); in hme_pred_search_square_stepn()
407 (s_search_node.s_mv.i2_mvx + in hme_pred_search_square_stepn()
431 s_search_node.s_mv.i2_mvx += (i4_step * gai1_grid_id_to_x[i4_min_id]); in hme_pred_search_square_stepn()
Dhme_utils.c131 s_pu.mv.s_l0_mv.i2_mvx = ps_best_l0_pu->pu.mv.s_l0_mv.i2_mvx; in ihevce_open_loop_pred_data()
147 s_pu.mv.s_l1_mv.i2_mvx = ps_best_l1_pu->pu.mv.s_l1_mv.i2_mvx; in ihevce_open_loop_pred_data()
500 i2_mv_x = ps_search_node->s_mv.i2_mvx; in hme_map_mvs_to_grid()
525 ps_grid_node_tmp[i4_x].s_mv.i2_mvx = i2_mv_x; in hme_map_mvs_to_grid()
715 i2_mv_x = ps_search_node_fwd->s_mv.i2_mvx; 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()
1044 ps_search_node[j].s_mv.i2_mvx = 0; in hme_reset_search_results()
1078 if(ps_search_node->s_mv.i2_mvx + i4_step >= ps_mvrange->i2_max_x) in hme_clamp_grid_by_mvrange()
1082 if(ps_search_node->s_mv.i2_mvx - i4_step < ps_mvrange->i2_min_x) in hme_clamp_grid_by_mvrange()
1470 ps_search_node->s_mv.i2_mvx = 0; in hme_get_spatial_candt()
[all …]
Dhme_coarse.c112 ps_mv->i2_mv_x = ps_search_node->s_mv.i2_mvx >> (shift); \
416 s_search_node.s_mv.i2_mvx = mvx; in hme_combine_4x4_sads_and_compute_cost_high_quality()
1063 ps_candt_zeromv_8x4->s_mv.i2_mvx = 0; in hme_coarsest()
1065 ps_candt_zeromv_4x8->s_mv.i2_mvx = 0; in hme_coarsest()
1169 s_candt_global[i1_ref_idx].s_mv.i2_mvx = s_mv.i2_mv_x; in hme_coarsest()
1534 ps_candt_fs_4x8->s_mv.i2_mvx = best_mv_4x8.i2_mv_x; in hme_coarsest()
1538 ps_candt_fs_8x4->s_mv.i2_mvx = best_mv_8x4.i2_mv_x; in hme_coarsest()
1569 aps_best_search_node_8x4[i1_ref_idx]->s_mv.i2_mvx, in hme_coarsest()
1573 aps_best_search_node_4x8[i1_ref_idx]->s_mv.i2_mvx, in hme_coarsest()
Dihevce_inter_pred.c464 WORD32 mv_x = ps_pu->mv.s_l0_mv.i2_mvx; in ihevce_luma_inter_pred_pu()
574 WORD32 mv_x = ps_pu->mv.s_l1_mv.i2_mvx; in ihevce_luma_inter_pred_pu()
1092 WORD32 mv_x = ps_pu->mv.s_l0_mv.i2_mvx; in ihevce_chroma_inter_pred_pu()
1159 WORD32 mv_x = ps_pu->mv.s_l1_mv.i2_mvx; in ihevce_chroma_inter_pred_pu()
Dhme_common_defs.h72 x = node->s_mv.i2_mvx; \
/external/libhevc/decoder/
Dihevcd_mv_pred.c122 mvx = ps_mv->i2_mvx; in ihevcd_scale_mv()
130 ps_mv->i2_mvx = CLIP_S16(mvx); in ihevcd_scale_mv()
182 mvx = ps_mv->i2_mvx; in ihevcd_scale_collocated_mv()
190 ps_mv->i2_mvx = CLIP_S16(mvx); in ihevcd_scale_collocated_mv()
588 || (as_mv_a[0].i2_mvx != as_mv_b[0].i2_mvx) in ihevcd_mv_pred()
602 || (as_mv_a[1].i2_mvx != as_mv_b[1].i2_mvx) in ihevcd_mv_pred()
641 || (as_mv_a[0].i2_mvx != as_mv_b[0].i2_mvx) in ihevcd_mv_pred()
655 || (as_mv_a[1].i2_mvx != as_mv_b[1].i2_mvx) in ihevcd_mv_pred()
741 ps_pred_mv->s_l0_mv.i2_mvx = 0; in ihevcd_mv_pred()
746 ps_pred_mv->s_l1_mv.i2_mvx = 0; in ihevcd_mv_pred()
Dihevcd_get_mv.c369 mvp_x = s_pred_mv.s_l0_mv.i2_mvx; in ihevcd_get_mv_ctb()
371 mvd_x = ps_pu->mv.s_l0_mv.i2_mvx; in ihevcd_get_mv_ctb()
377 ps_pu->mv.s_l0_mv.i2_mvx = tmp_x; in ihevcd_get_mv_ctb()
386 mvp_x = s_pred_mv.s_l1_mv.i2_mvx; in ihevcd_get_mv_ctb()
388 mvd_x = ps_pu->mv.s_l1_mv.i2_mvx; in ihevcd_get_mv_ctb()
394 ps_pu->mv.s_l1_mv.i2_mvx = tmp_x; in ihevcd_get_mv_ctb()
Dihevcd_mv_merge.c219 ps_mv_col[0].i2_mvx = 0; in ihevcd_collocated_mvp()
221 ps_mv_col[1].i2_mvx = 0; in ihevcd_collocated_mvp()
351 ps_mv_col[0].i2_mvx = 0; in ihevcd_collocated_mvp()
397 ps_mv_col[1].i2_mvx = 0; in ihevcd_collocated_mvp()
866 || (s_l0_mv.i2_mvx != s_l1_mv.i2_mvx) in ihevcd_mv_merge()
924 ps_pu[0].mv.s_l0_mv.i2_mvx = 0; in ihevcd_mv_merge()
926 ps_pu[0].mv.s_l1_mv.i2_mvx = 0; in ihevcd_mv_merge()
Dihevcd_inter_pred.c274 …mv = CLIP3(ps_pu->mv.s_l0_mv.i2_mvx, (-((MAX_CTB_SIZE + pu_x + 7) << 2)), ((ps_sps->i2_pic_width_i… in ihevcd_inter_pred_ctb()
293 …mv = CLIP3(ps_pu->mv.s_l1_mv.i2_mvx, (-((MAX_CTB_SIZE + pu_x + 7) << 2)), ((ps_sps->i2_pic_width_i… in ihevcd_inter_pred_ctb()
321 …mv = CLIP3(ps_pu->mv.s_l0_mv.i2_mvx, (-((MAX_CTB_SIZE + pu_x + 7) << 2)), ((ps_sps->i2_pic_width_i… in ihevcd_inter_pred_ctb()
339 …mv = CLIP3(ps_pu->mv.s_l1_mv.i2_mvx, (-((MAX_CTB_SIZE + pu_x + 7) << 2)), ((ps_sps->i2_pic_width_i… in ihevcd_inter_pred_ctb()
Dihevcd_boundary_strength.c106 i2_mv_x0 = ps_pu->mv.s_l0_mv.i2_mvx; in ihevcd_pu_boundary_strength()
108 i2_mv_x1 = ps_pu->mv.s_l1_mv.i2_mvx; in ihevcd_pu_boundary_strength()
111 i2_ngbr_mv_x0 = ps_ngbr_pu->mv.s_l0_mv.i2_mvx; in ihevcd_pu_boundary_strength()
113 i2_ngbr_mv_x1 = ps_ngbr_pu->mv.s_l1_mv.i2_mvx; in ihevcd_pu_boundary_strength()
/external/libhevc/encoder/arm/
Dihevce_me_neon.c492 if(ps_search_node->s_mv.i2_mvx == INTRA_MV) in hme_calc_sad_and_1_best_result_neon()
499 ps_err_prms->pu1_ref += ps_search_node->s_mv.i2_mvx; in hme_calc_sad_and_1_best_result_neon()
533 S32 mv_p_x = ps_mvp_node->s_mv.i2_mvx; in hme_calc_sad_and_1_best_result_neon()
574 refine_ctxt->i2_mv_x[0][id] = ps_search_node->s_mv.i2_mvx; in hme_calc_sad_and_1_best_result_neon()

12