Searched refs:motion_thresh (Results 1 – 1 of 1) sorted by relevance
1275 const int motion_thresh) { in sb_has_motion() argument1284 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()