Searched refs:motion_thresh (Results 1 – 2 of 2) sorted by relevance
99 (mv.row > cr->motion_thresh || mv.row < -cr->motion_thresh || in candidate_refresh_aq()100 mv.col > cr->motion_thresh || mv.col < -cr->motion_thresh || in candidate_refresh_aq()497 cr->motion_thresh = 4; in vp9_cyclic_refresh_update_parameters()500 cr->motion_thresh = 32; in vp9_cyclic_refresh_update_parameters()504 cr->motion_thresh = 4; in vp9_cyclic_refresh_update_parameters()
62 int16_t motion_thresh; member