Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c66 (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()
Daq_cyclicrefresh.h59 int16_t motion_thresh; member
Dnonrd_pickmode.c1974 int motion_thresh = 32; local
1980 motion_thresh = 0;
1988 abs(mi->mv[0].as_mv.row) >= motion_thresh ||
1989 abs(mi->mv[0].as_mv.col) >= motion_thresh) {
/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()
503 cr->motion_thresh = 32; in vp9_cyclic_refresh_update_parameters()
539 cr->motion_thresh = 64; in vp9_cyclic_refresh_update_parameters()
Dvp9_aq_cyclicrefresh.h61 int16_t motion_thresh; member