Searched refs:motion_thresh (Results 1 – 5 of 5) sorted by relevance
66 (mv.row > cr->motion_thresh || mv.row < -cr->motion_thresh || in candidate_refresh_aq()67 mv.col > cr->motion_thresh || mv.col < -cr->motion_thresh || in candidate_refresh_aq()360 cr->motion_thresh = 32; in av1_cyclic_refresh_update_parameters()374 cr->motion_thresh = 16; in av1_cyclic_refresh_update_parameters()
59 int16_t motion_thresh; member
1974 int motion_thresh = 32; local1980 motion_thresh = 0;1988 abs(mi->mv[0].as_mv.row) >= motion_thresh ||1989 abs(mi->mv[0].as_mv.col) >= motion_thresh) {
75 (mv.row > cr->motion_thresh || mv.row < -cr->motion_thresh || in candidate_refresh_aq()76 mv.col > cr->motion_thresh || mv.col < -cr->motion_thresh || in candidate_refresh_aq()503 cr->motion_thresh = 32; in vp9_cyclic_refresh_update_parameters()539 cr->motion_thresh = 64; in vp9_cyclic_refresh_update_parameters()
61 int16_t motion_thresh; member