Home
last modified time | relevance | path

Searched defs:mv_x (Results 1 – 7 of 7) 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
/external/libhevc/encoder/
Dihevce_inter_pred.c464 WORD32 mv_x = ps_pu->mv.s_l0_mv.i2_mvx; in ihevce_luma_inter_pred_pu() local
574 WORD32 mv_x = ps_pu->mv.s_l1_mv.i2_mvx; in ihevce_luma_inter_pred_pu() local
1092 WORD32 mv_x = ps_pu->mv.s_l0_mv.i2_mvx; in ihevce_chroma_inter_pred_pu() local
1159 WORD32 mv_x = ps_pu->mv.s_l1_mv.i2_mvx; in ihevce_chroma_inter_pred_pu() local
Dhme_err_compute.c186 WORD32 mv_x = ps_grid->p_mv[i].i2_mv_x; in compute_4x4_sads_for_16x16_blk() local
327 WORD32 mv_x = ps_grid->p_mv[i].i2_mv_x; in compute_part_sads_for_MxM_blk() local
Dhme_refine.c10226 WORD32 mv_x = s_search_node_temp.s_mv.i2_mvx; in hme_refine_no_encode() local
/external/libhevc/encoder/arm/
Dihevce_me_neon.c297 WORD32 mv_x = ps_grid->p_mv[i].i2_mv_x; in compute_part_sads_for_MxM_blk_neon() local
378 WORD32 mv_x = ps_grid->p_mv[i].i2_mv_x; in compute_4x4_sads_for_16x16_blk_neon() local
/external/libgav1/libgav1/src/dsp/x86/
Dmotion_field_projection_sse4.cc103 const __m128i mv_x = _mm_unpackhi_epi64(mv0, mv1); in GetPosition() local