HomeSort by relevance Sort by last modified time
    Searched full:rms (Results 101 - 125 of 263) sorted by null

1 2 3 45 6 7 8 91011

  /external/kernel-headers/original/uapi/sound/
hdspm.h 42 /* -------------------- IOCTL Peak/RMS Meters -------------------- */
  /external/libopus/celt/
opus_custom_demo.c 202 fprintf (stderr, "RMS mismatch is %f\n", rmsd);
  /external/webrtc/webrtc/modules/audio_processing/include/
mock_audio_processing.h 127 MOCK_METHOD0(RMS,
  /ndk/sources/host-tools/make-3.81/
AUTHORS 16 Richard M. Stallman <rms@gnu.org>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/
hdspm.h 40 /* -------------------- IOCTL Peak/RMS Meters -------------------- */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
hdspm.h 40 /* -------------------- IOCTL Peak/RMS Meters -------------------- */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
gas.h 31 * Next is the question of whether to uses underscores. RMS didn't
  /prebuilts/go/darwin-x86/src/math/
gamma.go 39 // arithmetic domain # trials peak rms
tan.go 35 // arithmetic domain # trials peak rms
  /prebuilts/go/linux-x86/src/math/
gamma.go 39 // arithmetic domain # trials peak rms
tan.go 35 // arithmetic domain # trials peak rms
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
audioop.so 
  /system/bt/embdrv/sbc/encoder/include/
sbc_encoder.h 112 /* -> more MIPS required for a better audio quality. comparasion with the SIG utilities shows a division by 10 of the RMS */
  /toolchain/binutils/binutils-2.25/gas/
expr.h 28 * and an (absolute) augend. RMS says this is so we can have 1-pass
README 148 more than 32K away from the .word, you lose (silently); RMS claims
  /toolchain/binutils/binutils-2.25/include/vms/
eihd.h 123 #define EIHD__M_NOP0BUFS 0x0004 /* No RMS use of P0 for image I/O. */
  /external/opencv3/modules/calib3d/src/
fisheye.cpp 786 double rms; local
788 check_cond, rms);
812 return rms;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 87 // roll pitch yaw RMS error ( \sqrt{\frac{1}{n} \sum e_i^2 })
238 double rms; local
240 rms = Math.sqrt(calcSqrErr(vrecs, srecs2, 0)+ calcSqrErr(vrecs, srecs2, 1));
241 if (rms < min_rms) {
242 min_rms = rms;
665 * Calculate the RMS error on the specified axis between two time aligned (resampled)
    [all...]
  /external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler_unittest.cc 26 // Almost all conversions have an RMS error of around -14 dbFS.
239 // The quantization error is insignificant in the RMS calculation so does not
  /external/bison/
THANKS 103 Richard Stallman rms@gnu.org
  /external/libopus/src/
mlp_data.c 6 /* RMS error was 0.138320, seed was 1361535663 */
  /external/speex/libspeex/
nb_celp.h 94 spx_word16_t *innov_rms_save; /**< If non-NULL, innovation RMS is copied here */
  /dalvik/opcode-gen/
bytecode.txt 50 format 3rms
339 op f9 +invoke-virtual-quick/range 3rms n vtable-offset optimized|continue|throw|invoke
341 op fb +invoke-super-quick/range 3rms n vtable-offset optimized|continue|throw|invoke
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp     [all...]
  /external/opencv3/samples/cpp/
calibration.cpp 156 double rms = calibrateCamera(objectPoints, imagePoints, imageSize, cameraMatrix, local
159 printf("RMS error reported by calibrateCamera: %g\n", rms);

Completed in 2461 milliseconds

1 2 3 45 6 7 8 91011