Home
last modified time | relevance | path

Searched refs:mv_y (Results 1 – 12 of 12) sorted by relevance

/external/libavc/encoder/
Dime_statistics.h75 #define DEBUG_MV_HISTOGRAM_ADD(mv_x, mv_y) debug_mv_histogram_add(mv_x, mv_y) argument
80 #define DEBUG_MV_HISTOGRAM_ADD(mv_x, mv_y) argument
Dime.c497 WORD16 mv_x, mv_y; in ime_sub_pel_motion_estimation_16x16() local
528 mv_y = ps_mb_part->s_mv_curr.i2_mvy >> 2; in ime_sub_pel_motion_estimation_16x16()
560 WORD32 mv_y_tmp = (mv_y << 2); in ime_sub_pel_motion_estimation_16x16()
594 WORD32 mv_y_tmp = (mv_y << 2) + 2; in ime_sub_pel_motion_estimation_16x16()
630 WORD32 mv_y_tmp = (mv_y << 2) + 2; in ime_sub_pel_motion_estimation_16x16()
/external/libhevc/encoder/
Dihevce_inter_pred.c465 WORD32 mv_y = ps_pu->mv.s_l0_mv.i2_mvy; in ihevce_luma_inter_pred_pu() local
469 WORD32 dy = mv_y & 0x3; in ihevce_luma_inter_pred_pu()
476 frm_y_ofst = (frm_y_pu + (mv_y >> 2)); in ihevce_luma_inter_pred_pu()
575 WORD32 mv_y = ps_pu->mv.s_l1_mv.i2_mvy; in ihevce_luma_inter_pred_pu() local
579 WORD32 dy = mv_y & 0x3; in ihevce_luma_inter_pred_pu()
586 frm_y_ofst = (frm_y_pu + (mv_y >> 2)); in ihevce_luma_inter_pred_pu()
1093 WORD32 mv_y = ps_pu->mv.s_l0_mv.i2_mvy; in ihevce_chroma_inter_pred_pu() local
1097 WORD32 dy = (mv_y & ((1 << (!u1_is_422 + 2)) - 1)) << u1_is_422; in ihevce_chroma_inter_pred_pu()
1105 frm_y_ofst = (frm_y_pu + ((mv_y >> (3 - u1_is_422)))); in ihevce_chroma_inter_pred_pu()
1160 WORD32 mv_y = ps_pu->mv.s_l1_mv.i2_mvy; in ihevce_chroma_inter_pred_pu() local
[all …]
Dhme_refine.c10227 WORD32 mv_y = s_search_node_temp.s_mv.i2_mvy; in hme_refine_no_encode() local
10256 s_search_node_temp.s_mv.i2_mvy = mv_y; in hme_refine_no_encode()
10269 s_search_node_temp.s_mv.i2_mvy = mv_y - 1; in hme_refine_no_encode()
10282 s_search_node_temp.s_mv.i2_mvy = mv_y; in hme_refine_no_encode()
10295 s_search_node_temp.s_mv.i2_mvy = mv_y + 1; in hme_refine_no_encode()
10308 s_search_node_temp.s_mv.i2_mvy = mv_y - 1; in hme_refine_no_encode()
10321 s_search_node_temp.s_mv.i2_mvy = mv_y - 1; in hme_refine_no_encode()
10334 s_search_node_temp.s_mv.i2_mvy = mv_y + 1; in hme_refine_no_encode()
10347 s_search_node_temp.s_mv.i2_mvy = mv_y + 1; in hme_refine_no_encode()
Dhme_err_compute.c187 WORD32 mv_y = (ps_grid->p_mv[i].i2_mv_y); in compute_4x4_sads_for_16x16_blk() local
199 cand0->mv.i2_mv_y = (S16)(mv_y) + offset_y[j]; in compute_4x4_sads_for_16x16_blk()
328 WORD32 mv_y = (ps_grid->p_mv[i].i2_mv_y); in compute_part_sads_for_MxM_blk() local
340 cand0->mv.i2_mv_y = (S16)(mv_y) + offset_y[j]; in compute_part_sads_for_MxM_blk()
/external/llvm-project/llvm/test/CodeGen/Mips/
Ddelay-slot-fill-forward.ll38 i16* nocapture %mv_x, i16* nocapture %mv_y, i16* nocapture readonly %s_mv_x,
82 %10 = load i16, i16* %mv_y, align 2, !tbaa !5
109 %12 = load i16, i16* %mv_y, align 2, !tbaa !5
147 %16 = load i16, i16* %mv_y, align 2, !tbaa !5
/external/llvm/test/CodeGen/Mips/
Ddelay-slot-fill-forward.ll38 i16* nocapture %mv_x, i16* nocapture %mv_y, i16* nocapture readonly %s_mv_x,
82 %10 = load i16, i16* %mv_y, align 2, !tbaa !5
109 %12 = load i16, i16* %mv_y, align 2, !tbaa !5
147 %16 = load i16, i16* %mv_y, align 2, !tbaa !5
/external/llvm-project/llvm/test/Transforms/NewGVN/
D2007-07-31-RedundantPhi.ll5 …y1, i16 signext %pred_mv_x2, i16 signext %pred_mv_y2, i16* %mv_x, i16* %mv_y, i16* %s_mv_x, i16*…
/external/llvm/test/Transforms/GVN/
D2007-07-31-RedundantPhi.ll5 …y1, i16 signext %pred_mv_x2, i16 signext %pred_mv_y2, i16* %mv_x, i16* %mv_y, i16* %s_mv_x, i16*…
/external/llvm-project/llvm/test/Transforms/GVN/
D2007-07-31-RedundantPhi.ll5 …y1, i16 signext %pred_mv_x2, i16 signext %pred_mv_y2, i16* %mv_x, i16* %mv_y, i16* %s_mv_x, i16*…
/external/libhevc/encoder/arm/
Dihevce_me_neon.c298 WORD32 mv_y = (ps_grid->p_mv[i].i2_mv_y); in compute_part_sads_for_MxM_blk_neon() local
310 cand0->mv.i2_mv_y = (S16)(mv_y) + offset_y[j]; in compute_part_sads_for_MxM_blk_neon()
379 WORD32 mv_y = (ps_grid->p_mv[i].i2_mv_y); in compute_4x4_sads_for_16x16_blk_neon() local
391 cand0->mv.i2_mv_y = (S16)(mv_y) + offset_y[j]; in compute_4x4_sads_for_16x16_blk_neon()
/external/libgav1/libgav1/src/dsp/x86/
Dmotion_field_projection_sse4.cc102 const __m128i mv_y = _mm_unpacklo_epi64(mv0, mv1); in GetPosition() local
105 projection_mv[0] = MvProjectionClip(mv_y, denorm, numerator); in GetPosition()