Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Daq_cyclicrefresh.c61 (mv.row > cr->motion_thresh || mv.row < -cr->motion_thresh || in candidate_refresh_aq()
62 mv.col > cr->motion_thresh || mv.col < -cr->motion_thresh || in candidate_refresh_aq()
442 cr->motion_thresh = 32; in av1_cyclic_refresh_update_parameters()
458 cr->motion_thresh = 16; in av1_cyclic_refresh_update_parameters()
Daq_cyclicrefresh.h98 int16_t motion_thresh; member
Dnonrd_pickmode.c2746 int motion_thresh = 32; local
2753 motion_thresh = 0;
2762 abs(mi->mv[0].as_mv.row) >= motion_thresh ||
2763 abs(mi->mv[0].as_mv.col) >= motion_thresh)) {
/external/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c76 (mv.row > cr->motion_thresh || mv.row < -cr->motion_thresh || in candidate_refresh_aq()
77 mv.col > cr->motion_thresh || mv.col < -cr->motion_thresh || in candidate_refresh_aq()
510 cr->motion_thresh = 32; in vp9_cyclic_refresh_update_parameters()
547 cr->motion_thresh = 64; in vp9_cyclic_refresh_update_parameters()
Dvp9_aq_cyclicrefresh.h61 int16_t motion_thresh; member