Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c51 int16_t motion_thresh; member
106 (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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c75 (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()
Dvp9_aq_cyclicrefresh.h61 int16_t motion_thresh; member