Home
last modified time | relevance | path

Searched refs:thresh_high (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/
Duinput.c820 int accel, thresh_high, thresh_mid; in ptr_rel() local
833 thresh_high = (int) ( (double) thresh/fudge_x ); in ptr_rel()
834 thresh_mid = (int) ( (double) (thresh + thresh_high) / 2.0 ); in ptr_rel()
839 if (thresh_high <= thresh_mid) { in ptr_rel()
840 thresh_high = thresh_mid + 1; in ptr_rel()
853 thresh_high = 0; in ptr_rel()
858 if (thresh_high > 0 && inside_thresh(dx, dy, thresh_high)) { in ptr_rel()
866 t = thresh_high; in ptr_rel()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c248 const int thresh_high = 20000; in temporal_filter_iterate_c() local
269 ? 2 : err < thresh_high ? 1 : 0; in temporal_filter_iterate_c()