Searched refs:motion_thresh (Results 1 – 3 of 3) sorted by relevance
51 int16_t motion_thresh; member106 (mv.row > cr->motion_thresh || mv.row < -cr->motion_thresh || in candidate_refresh_aq()107 mv.col > cr->motion_thresh || mv.col < -cr->motion_thresh || in candidate_refresh_aq()378 cr->motion_thresh = 32; in av1_cyclic_refresh_update_parameters()392 cr->motion_thresh = 16; in av1_cyclic_refresh_update_parameters()
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()498 cr->motion_thresh = 32; in vp9_cyclic_refresh_update_parameters()534 cr->motion_thresh = 16; in vp9_cyclic_refresh_update_parameters()
61 int16_t motion_thresh; member