Searched refs:vp8_check_mv_bounds (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | findnearmv.h | 60 static INLINE unsigned int vp8_check_mv_bounds(int_mv *mv, int mb_to_left_edge, in vp8_check_mv_bounds() function
|
/external/libvpx/libvpx/vp8/decoder/ |
D | error_concealment.c | 260 mi->mbmi.need_to_clamp_mvs |= vp8_check_mv_bounds( in estimate_mb_mvs() 454 vp8_check_mv_bounds(mv, mb_to_left_edge, mb_to_right_edge, in interpolate_mvs()
|
D | decodemv.c | 259 vp8_check_mv_bounds(&blockmv, mb_to_left_edge, mb_to_right_edge, in decode_split_mv() 426 vp8_check_mv_bounds(mbmi_mv, mb_to_left_edge, mb_to_right_edge, in read_mb_modes_mv()
|