Searched refs:get_buf_from_mv (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 26 static INLINE const uint8_t *get_buf_from_mv(const struct buf_2d *buf, in get_buf_from_mv() function 432 get_buf_from_mv(in_what, ref_mv), in_what->stride) + in vp9_pattern_search() 448 get_buf_from_mv(in_what, &this_mv), in vp9_pattern_search() 459 get_buf_from_mv(in_what, &this_mv), in vp9_pattern_search() 491 get_buf_from_mv(in_what, &this_mv), in vp9_pattern_search() 502 get_buf_from_mv(in_what, &this_mv), in vp9_pattern_search() 529 get_buf_from_mv(in_what, &this_mv), in vp9_pattern_search() 540 get_buf_from_mv(in_what, &this_mv), in vp9_pattern_search() 567 get_buf_from_mv(in_what, &this_mv), in vp9_pattern_search() 578 get_buf_from_mv(in_what, &this_mv), in vp9_pattern_search() [all …]
|