Searched refs:get_buf_from_mv (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 32 static INLINE const uint8_t *get_buf_from_mv(const struct buf_2d *buf, in get_buf_from_mv() function 828 fn_ptr->vf(what->buf, what->stride, get_buf_from_mv(in_what, &this_mv), in calc_int_cost_list() 835 get_buf_from_mv(in_what, &this_mv), in calc_int_cost_list() 847 get_buf_from_mv(in_what, &this_mv), in calc_int_cost_list() 886 bestsad = vfp->sdf(what->buf, what->stride, get_buf_from_mv(in_what, ref_mv), in vp9_pattern_search() 904 get_buf_from_mv(in_what, &this_mv), in_what->stride); in vp9_pattern_search() 914 get_buf_from_mv(in_what, &this_mv), in_what->stride); in vp9_pattern_search() 946 get_buf_from_mv(in_what, &this_mv), in_what->stride); in vp9_pattern_search() 956 get_buf_from_mv(in_what, &this_mv), in_what->stride); in vp9_pattern_search() 985 get_buf_from_mv(in_what, &this_mv), in_what->stride); in vp9_pattern_search() [all …]
|