Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DTouchCatcherView.java71 double y_tri = -1 + 4 * Math.abs(t - 0.5); in markerPosition() local
79 double y_smooth = y_tri / (1 + Math.exp(beta*(Math.abs(y_tri)-1))/(beta - 1)); in markerPosition()