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

  /cts/apps/CtsVerifier/jni/audioquality/
GlitchTest.cpp 170 float amax = data[startSearch]; local
173 if (data[i] > amax) {
174 amax = data[i];
179 *maxValue = 10.0 * log10(amax / mWindowSize);
  /external/qemu/
console.h 90 uint8_t rmax, gmax, bmax, amax; member in struct:PixelFormat
console.c     [all...]

Completed in 28 milliseconds