HomeSort by relevance Sort by last modified time
    Searched full:avabs (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
RecognitionView.java 331 final int avabs = getAverageAbs(waveBuffer, startIndex, i , numSamplePerWave); local
333 final float y = Math.min(yMax, avabs * h * scale) * sign;

Completed in 313 milliseconds