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

  /external/libvncserver/x11vnc/
uinput.c 820 int accel, thresh_high, thresh_mid; local
833 thresh_high = (int) ( (double) thresh/fudge_x );
834 thresh_mid = (int) ( (double) (thresh + thresh_high) / 2.0 );
839 if (thresh_high <= thresh_mid) {
840 thresh_high = thresh_mid + 1;
853 thresh_high = 0;
858 if (thresh_high > 0 && inside_thresh(dx, dy, thresh_high)) {
866 t = thresh_high;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 248 const int thresh_high = 20000; local
269 ? 2 : err < thresh_high ? 1 : 0;

Completed in 761 milliseconds