/external/libavc/encoder/ |
D | ime_statistics.h | 75 #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
|
D | ime.c | 497 WORD16 mv_x, mv_y; in ime_sub_pel_motion_estimation_16x16() local 527 mv_x = ps_mb_part->s_mv_curr.i2_mvx >> 2; in ime_sub_pel_motion_estimation_16x16() 559 WORD32 mv_x_tmp = (mv_x << 2) + 2; in ime_sub_pel_motion_estimation_16x16() 593 WORD32 mv_x_tmp = (mv_x << 2); in ime_sub_pel_motion_estimation_16x16() 629 WORD32 mv_x_tmp = (mv_x << 2) + 2; in ime_sub_pel_motion_estimation_16x16()
|
/external/libhevc/encoder/ |
D | ihevce_inter_pred.c | 464 WORD32 mv_x = ps_pu->mv.s_l0_mv.i2_mvx; in ihevce_luma_inter_pred_pu() local 468 WORD32 dx = mv_x & 0x3; in ihevce_luma_inter_pred_pu() 475 frm_x_ofst = (frm_x_pu + (mv_x >> 2)); in ihevce_luma_inter_pred_pu() 574 WORD32 mv_x = ps_pu->mv.s_l1_mv.i2_mvx; in ihevce_luma_inter_pred_pu() local 578 WORD32 dx = mv_x & 0x3; in ihevce_luma_inter_pred_pu() 585 frm_x_ofst = (frm_x_pu + (mv_x >> 2)); in ihevce_luma_inter_pred_pu() 1092 WORD32 mv_x = ps_pu->mv.s_l0_mv.i2_mvx; in ihevce_chroma_inter_pred_pu() local 1096 WORD32 dx = mv_x & 0x7; in ihevce_chroma_inter_pred_pu() 1104 frm_x_ofst = (frm_x_pu + ((mv_x >> 3) << 1)); /* uv interleaved */ in ihevce_chroma_inter_pred_pu() 1159 WORD32 mv_x = ps_pu->mv.s_l1_mv.i2_mvx; in ihevce_chroma_inter_pred_pu() local [all …]
|
D | hme_refine.c | 10226 WORD32 mv_x = s_search_node_temp.s_mv.i2_mvx; in hme_refine_no_encode() local 10255 s_search_node_temp.s_mv.i2_mvx = mv_x - 1; in hme_refine_no_encode() 10268 s_search_node_temp.s_mv.i2_mvx = mv_x; in hme_refine_no_encode() 10281 s_search_node_temp.s_mv.i2_mvx = mv_x + 1; in hme_refine_no_encode() 10294 s_search_node_temp.s_mv.i2_mvx = mv_x; in hme_refine_no_encode() 10307 s_search_node_temp.s_mv.i2_mvx = mv_x - 1; in hme_refine_no_encode() 10320 s_search_node_temp.s_mv.i2_mvx = mv_x + 1; in hme_refine_no_encode() 10333 s_search_node_temp.s_mv.i2_mvx = mv_x - 1; in hme_refine_no_encode() 10346 s_search_node_temp.s_mv.i2_mvx = mv_x + 1; in hme_refine_no_encode()
|
D | hme_err_compute.c | 186 WORD32 mv_x = ps_grid->p_mv[i].i2_mv_x; in compute_4x4_sads_for_16x16_blk() local 198 cand0->mv.i2_mv_x = (S16)(mv_x) + offset_x[j]; in compute_4x4_sads_for_16x16_blk() 327 WORD32 mv_x = ps_grid->p_mv[i].i2_mv_x; in compute_part_sads_for_MxM_blk() local 339 cand0->mv.i2_mv_x = (S16)(mv_x) + offset_x[j]; in compute_part_sads_for_MxM_blk()
|
/external/llvm-project/llvm/test/Transforms/NewGVN/ |
D | 2007-07-31-RedundantPhi.ll | 5 …t %pred_mv_y1, i16 signext %pred_mv_x2, i16 signext %pred_mv_y2, i16* %mv_x, i16* %mv_y, i16* %…
|
/external/llvm/test/Transforms/GVN/ |
D | 2007-07-31-RedundantPhi.ll | 5 …t %pred_mv_y1, i16 signext %pred_mv_x2, i16 signext %pred_mv_y2, i16* %mv_x, i16* %mv_y, i16* %…
|
/external/llvm-project/llvm/test/Transforms/GVN/ |
D | 2007-07-31-RedundantPhi.ll | 5 …t %pred_mv_y1, i16 signext %pred_mv_x2, i16 signext %pred_mv_y2, i16* %mv_x, i16* %mv_y, i16* %…
|
/external/libhevc/encoder/arm/ |
D | ihevce_me_neon.c | 297 WORD32 mv_x = ps_grid->p_mv[i].i2_mv_x; in compute_part_sads_for_MxM_blk_neon() local 309 cand0->mv.i2_mv_x = (S16)(mv_x) + offset_x[j]; in compute_part_sads_for_MxM_blk_neon() 378 WORD32 mv_x = ps_grid->p_mv[i].i2_mv_x; in compute_4x4_sads_for_16x16_blk_neon() local 390 cand0->mv.i2_mv_x = (S16)(mv_x) + offset_x[j]; in compute_4x4_sads_for_16x16_blk_neon()
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | delay-slot-fill-forward.ll | 38 i16* nocapture %mv_x, i16* nocapture %mv_y, i16* nocapture readonly %s_mv_x, 76 %9 = load i16, i16* %mv_x, align 2, !tbaa !5 139 %.pre = load i16, i16* %mv_x, align 2, !tbaa !5
|
/external/llvm/test/CodeGen/Mips/ |
D | delay-slot-fill-forward.ll | 38 i16* nocapture %mv_x, i16* nocapture %mv_y, i16* nocapture readonly %s_mv_x, 76 %9 = load i16, i16* %mv_x, align 2, !tbaa !5 139 %.pre = load i16, i16* %mv_x, align 2, !tbaa !5
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | motion_field_projection_sse4.cc | 103 const __m128i mv_x = _mm_unpackhi_epi64(mv0, mv1); in GetPosition() local 106 projection_mv[1] = MvProjectionClip(mv_x, denorm, numerator); in GetPosition()
|