/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 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/ |
D | ihevce_inter_pred.c | 465 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 …]
|
D | hme_refine.c | 10227 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()
|
D | hme_err_compute.c | 187 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/ |
D | delay-slot-fill-forward.ll | 38 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/ |
D | delay-slot-fill-forward.ll | 38 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/ |
D | 2007-07-31-RedundantPhi.ll | 5 …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/ |
D | 2007-07-31-RedundantPhi.ll | 5 …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/ |
D | 2007-07-31-RedundantPhi.ll | 5 …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/ |
D | ihevce_me_neon.c | 298 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/ |
D | motion_field_projection_sse4.cc | 102 const __m128i mv_y = _mm_unpacklo_epi64(mv0, mv1); in GetPosition() local 105 projection_mv[0] = MvProjectionClip(mv_y, denorm, numerator); in GetPosition()
|