HomeSort by relevance Sort by last modified time
    Searched refs:motion_thresh (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.h 61 int16_t motion_thresh; member in struct:CYCLIC_REFRESH
vp9_aq_cyclicrefresh.c 64 (mv.row > cr->motion_thresh || mv.row < -cr->motion_thresh ||
65 mv.col > cr->motion_thresh || mv.col < -cr->motion_thresh ||
439 cr->motion_thresh = 32;
459 cr->motion_thresh = 16;
467 cr->motion_thresh = 4;

Completed in 106 milliseconds