Home
last modified time | relevance | path

Searched defs:mv_y (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.c465 WORD32 mv_y = ps_pu->mv.s_l0_mv.i2_mvy; in ihevce_luma_inter_pred_pu() local
575 WORD32 mv_y = ps_pu->mv.s_l1_mv.i2_mvy; in ihevce_luma_inter_pred_pu() local
1093 WORD32 mv_y = ps_pu->mv.s_l0_mv.i2_mvy; in ihevce_chroma_inter_pred_pu() local
1160 WORD32 mv_y = ps_pu->mv.s_l1_mv.i2_mvy; in ihevce_chroma_inter_pred_pu() local
Dhme_err_compute.c187 WORD32 mv_y = (ps_grid->p_mv[i].i2_mv_y); in compute_4x4_sads_for_16x16_blk() local
328 WORD32 mv_y = (ps_grid->p_mv[i].i2_mv_y); in compute_part_sads_for_MxM_blk() local
Dhme_refine.c10227 WORD32 mv_y = s_search_node_temp.s_mv.i2_mvy; in hme_refine_no_encode() local
/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
379 WORD32 mv_y = (ps_grid->p_mv[i].i2_mv_y); in compute_4x4_sads_for_16x16_blk_neon() local
/external/libgav1/libgav1/src/dsp/x86/
Dmotion_field_projection_sse4.cc102 const __m128i mv_y = _mm_unpacklo_epi64(mv0, mv1); in GetPosition() local