Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c52 int16_t motion_thresh; member
127 (mv.row > cr->motion_thresh || mv.row < -cr->motion_thresh || in candidate_refresh_aq()
128 mv.col > cr->motion_thresh || mv.col < -cr->motion_thresh || in candidate_refresh_aq()
475 cr->motion_thresh = 4; in vp9_cyclic_refresh_update_parameters()
478 cr->motion_thresh = 32; in vp9_cyclic_refresh_update_parameters()