Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c64 (mv.row > cr->motion_thresh || mv.row < -cr->motion_thresh || in candidate_refresh_aq()
65 mv.col > cr->motion_thresh || mv.col < -cr->motion_thresh || in candidate_refresh_aq()
439 cr->motion_thresh = 32; in vp9_cyclic_refresh_update_parameters()
459 cr->motion_thresh = 16; in vp9_cyclic_refresh_update_parameters()
467 cr->motion_thresh = 4; in vp9_cyclic_refresh_update_parameters()
Dvp9_aq_cyclicrefresh.h61 int16_t motion_thresh; member