Home
last modified time | relevance | path

Searched refs:get_sub_block_mv (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.c47 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, block), in find_mv_refs_idx()
50 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 1, mv_ref->col, block), in find_mv_refs_idx()
Dvp9_mvref_common.h224 static INLINE int_mv get_sub_block_mv(const MODE_INFO *candidate, int which_mv, in get_sub_block_mv() function
/external/libaom/libaom/av1/common/
Dmvref_common.h61 static INLINE int_mv get_sub_block_mv(const MB_MODE_INFO *candidate, in get_sub_block_mv() function
Dmvref_common.c91 this_refmv = get_sub_block_mv(candidate, ref, col); in add_ref_mv_candidate()
117 this_refmv[ref] = get_sub_block_mv(candidate, ref, col); in add_ref_mv_candidate()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c526 get_sub_block_mv(candidate_mi, 0, mv_ref->col, block), in dec_find_mv_refs()
530 get_sub_block_mv(candidate_mi, 1, mv_ref->col, block), in dec_find_mv_refs()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c89 ADD_MV_REF_LIST(get_sub_block_mv(candidate_mi, 0, mv_ref->col, -1), in mv_refs_rt()