Home
last modified time | relevance | path

Searched refs:motion_thresh (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1275 const int motion_thresh) { in sb_has_motion() argument
1284 if (abs(prev_mi->mbmi.mv[0].as_mv.row) > motion_thresh || in sb_has_motion()
1285 abs(prev_mi->mbmi.mv[0].as_mv.col) > motion_thresh) in sb_has_motion()