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

12 3 4 5 6 7 8 91011

  /external/webrtc/webrtc/modules/audio_processing/vad/
vad_audio_proc.h 45 void Rms(double* rms, size_t length_rms);
voice_activity_detector.cc 62 std::copy(features_.rms, features_.rms + chunkwise_rms_.size(),
voice_activity_detector_unittest.cc 44 std::vector<double> rms = vad.chunkwise_rms(); local
47 EXPECT_EQ(rms.size(), 0u);
voice_activity_detector.h 43 // Returns a vector of RMS values for each chunk. It has the same length as
  /prebuilts/go/darwin-x86/src/math/cmplx/
log.go 48 // arithmetic domain # trials peak rms
53 // In IEEE arithmetic the peak absolute error is 5.2e-16, rms
asin.go 44 // arithmetic domain # trials peak rms
89 // arithmetic domain # trials peak rms
134 // arithmetic domain # trials peak rms
138 // had peak relative error 1.5e-16, rms relative error
exp.go 46 // arithmetic domain # trials peak rms
tan.go 53 // arithmetic domain # trials peak rms
79 // arithmetic domain # trials peak rms
169 // arithmetic domain # trials peak rms
  /prebuilts/go/linux-x86/src/math/cmplx/
log.go 48 // arithmetic domain # trials peak rms
53 // In IEEE arithmetic the peak absolute error is 5.2e-16, rms
asin.go 44 // arithmetic domain # trials peak rms
89 // arithmetic domain # trials peak rms
134 // arithmetic domain # trials peak rms
138 // had peak relative error 1.5e-16, rms relative error
exp.go 46 // arithmetic domain # trials peak rms
tan.go 53 // arithmetic domain # trials peak rms
79 // arithmetic domain # trials peak rms
169 // arithmetic domain # trials peak rms
  /external/webrtc/webrtc/modules/audio_processing/
level_estimator_impl.h 36 int RMS() override;
  /external/autotest/client/cros/audio/
audio_helper.py 37 # Minimum RMS value to pass when checking recorded file.
44 _SOX_RMS_AMPLITUDE_RE = re.compile('RMS\s+amplitude:\s+(.+)')
62 # The minimum RMS value of meaningful audio data.
315 """Gets the audio RMS value from sox stat output
319 @return The RMS value parsed from sox stat output.
339 """Checks if the calculated RMS value is expected.
342 @param sox_threshold: The threshold to test RMS value against.
344 @raises error.TestError if RMS amplitude can't be parsed.
345 @raises error.TestFail if the RMS amplitude of the recording isn't above
350 # In case we don't get a valid RMS value
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckTestActivity.java 192 getReportLog().addValue("Roll error RMS", mReport.roll_rms_error,
194 getReportLog().addValue("Pitch error RMS", mReport.pitch_rms_error,
196 getReportLog().addValue("Yaw error RMS", mReport.yaw_rms_error,
221 "Roll error (Rms, max) = %4.3f, %4.3f rad\n" +
222 "Pitch error (Rms, max) = %4.3f, %4.3f rad\n" +
223 "Yaw error (Rms, max) = %4.3f, %4.3f rad\n" +
304 Assert.assertEquals("Roll RMS error", 0.0, mReport.roll_rms_error,
319 Assert.assertEquals("Pitch RMS error", 0.0, mReport.pitch_rms_error,
334 Assert.assertEquals("Yaw RMS error", 0.0, mReport.yaw_rms_error,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
Estimator.java 64 * measurements, then the RMS is <em>sqrt (c/n)</em>.
68 * @return RMS value
  /external/autotest/client/cros/chameleon/
audio_level.py 15 # 0.316 Volt RMS.
18 # 1 mV RMS.
  /ndk/sources/host-tools/make-3.81/
vmsdir.h 21 #include <rms.h>
  /hardware/ti/omap3/dspbridge/inc/
cfgdefs.h 98 * Info needed by NODE for allocating channels to communicate with RMS:
99 * dwChnlOffset: Offset of RMS channels. Lower channels are
101 * dwChnlBufSize: Size of channel buffer to send to RMS
  /external/curl/docs/libcurl/
curl_formadd.3 
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/
touch_firmware_report-link-fw_1.0.AA-complete-20140116_103340.log 82 S'rms error in x (mm)'
298 S'rms error in x (mm)'
496 S'rms error in x (mm)'
694 S'rms error in x (mm)'
895 S'rms error in x (mm)'
1093 S'rms error in x (mm)'
1291 S'rms error in x (mm)'
1492 S'rms error in x (mm)'
1690 S'rms error in x (mm)'
1888 S'rms error in x (mm)
    [all...]
  /external/opencv3/modules/video/test/
test_ecc.cpp 59 double MAX_RMS_ECC;//upper bound for RMS error
155 ts->printf( ts->LOG, "RMS = %f",
230 ts->printf( ts->LOG, "RMS = %f",
305 ts->printf( ts->LOG, "RMS = %f",
380 ts->printf( ts->LOG, "RMS = %f",
463 ts->printf( ts->LOG, "RMS = %f",
  /cts/apps/CameraITS/tests/scene1/
test_jpeg.py 58 print "RMS difference:", rms_diff
test_yuv_plus_jpeg.py 60 print "RMS difference:", rms_diff
test_yuv_plus_raw.py 63 print "RMS difference:", rms_diff

Completed in 460 milliseconds

12 3 4 5 6 7 8 91011