Searched refs:clamp_mv (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9mvs.c | 30 static av_always_inline void clamp_mv(VP56mv *dst, const VP56mv *src, in clamp_mv() function 107 clamp_mv(&tmp, &mv, td); \ in find_ref_mvs() 115 clamp_mv(&tmp, &mv, td); \ in find_ref_mvs() 128 clamp_mv(pmv, &mv, td); \ in find_ref_mvs() 133 clamp_mv(pmv, &mv, td); \ in find_ref_mvs() 230 clamp_mv(pmv, pmv, td); in find_ref_mvs()
|
H A D | vp8.c | 854 void clamp_mv(VP8mvbounds *s, VP56mv *dst, const VP56mv *src) in clamp_mv() function 1184 clamp_mv(mv_bounds, &mb->mv, &near_mv[CNT_ZERO + (cnt[CNT_NEAREST] >= cnt[CNT_ZERO])]); in vp8_decode_mvs() 1198 clamp_mv(mv_bounds, &mb->mv, &near_mv[CNT_NEAR]); in vp8_decode_mvs() 1202 clamp_mv(mv_bounds, &mb->mv, &near_mv[CNT_NEAREST]); in vp8_decode_mvs()
|
Completed in 6 milliseconds