Searched refs:get_buf_from_mv (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 30 static INLINE const uint8_t *get_buf_from_mv(const struct buf_2d *buf, in get_buf_from_mv() function 845 get_buf_from_mv(in_what, &this_mv), in calc_int_cost_list() 853 get_buf_from_mv(in_what, &this_mv), in calc_int_cost_list() 867 get_buf_from_mv(in_what, &this_mv), in calc_int_cost_list() 914 get_buf_from_mv(in_what, ref_mv), in_what->stride) + in vp9_pattern_search() 930 get_buf_from_mv(in_what, &this_mv), in vp9_pattern_search() 941 get_buf_from_mv(in_what, &this_mv), in vp9_pattern_search() 973 get_buf_from_mv(in_what, &this_mv), in vp9_pattern_search() 984 get_buf_from_mv(in_what, &this_mv), in vp9_pattern_search() 1011 get_buf_from_mv(in_what, &this_mv), in vp9_pattern_search() [all …]
|