Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/cutter/
DREADME5 This plugin emits signals when RMS level of audio signal crosses a
8 As soon as the buffer's RMS is greater than the threshold value, the plugin fires a CUT_START signa…
10 When the buffer's RMS level drops below the threshold value for a consecutive run length longer tha…
36 * RMS value is calculated over the whole data buffer, so
38 * RMS value is calculated over all of the channels combined
Dgstcutter.c286 gdouble RMS = 0.0; /* RMS of signal in buffer */ in gst_cutter_chain() local
330 RMS = sqrt (NMS); in gst_cutter_chain()
335 RMS, gst_guint64_to_gdouble (duration)); in gst_cutter_chain()
337 if (RMS < filter->threshold_level) in gst_cutter_chain()
/third_party/gstreamer/gstplugins_good/gst/level/
Dgstlevel.c732 gdouble RMS = sqrt (CS_tot / num_int_samples); in gst_level_transform_ip() local
733 gdouble RMSdB = 20 * log10 (RMS + EPSILON); in gst_level_transform_ip()
764 gdouble RMS; in gst_level_post_message() local
767 RMS = sqrt (filter->CS[i] / frames); in gst_level_post_message()
769 "message: channel %d, CS %f, RMS %f", i, filter->CS[i], RMS); in gst_level_post_message()
774 RMSdB = 20 * log10 (RMS + EPSILON); in gst_level_post_message()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2262 ArrayRef<SlotIndex> RMS = LIS->getRegMaskSlotsInBlock(BI.MBB->getNumber()); in tryLocalSplit() local
2263 LLVM_DEBUG(dbgs() << RMS.size() << " regmasks in block:"); in tryLocalSplit()
2266 llvm::lower_bound(RMS, Uses.front().getRegSlot()) - RMS.begin(); in tryLocalSplit()
2267 unsigned re = RMS.size(); in tryLocalSplit()
2270 assert(!SlotIndex::isEarlierInstr(RMS[ri], Uses[i])); in tryLocalSplit()
2271 if (SlotIndex::isEarlierInstr(Uses[i+1], RMS[ri])) in tryLocalSplit()
2275 if (SlotIndex::isSameInstr(Uses[i+1], RMS[ri]) && i+1 == NumGaps) in tryLocalSplit()
2277 LLVM_DEBUG(dbgs() << ' ' << RMS[ri] << ':' << Uses[i] << '-' in tryLocalSplit()
2282 while (ri != re && SlotIndex::isEarlierInstr(RMS[ri], Uses[i+1])) in tryLocalSplit()
/third_party/node/deps/openssl/openssl/crypto/
DLPdir_vms.c153 if (status == RMS$_NMF) { in LP_find_file()
/third_party/openssl/crypto/
DLPdir_vms.c153 if (status == RMS$_NMF) { in LP_find_file()
/third_party/openssl/VMS/
Dopenssl_ivp.com.in32 $ EXIT %x00018292 ! RMS$_FNF, file not found
Dopenssl_startup.com.in85 $ status = %x00018292 ! RMS$_FNF, file not found
/third_party/node/deps/openssl/openssl/VMS/
Dopenssl_ivp.com.in32 $ EXIT %x00018292 ! RMS$_FNF, file not found
Dopenssl_startup.com.in85 $ status = %x00018292 ! RMS$_FNF, file not found
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java318 RMS("Rhaeto-Romanic", "roh"), enumConstant
/third_party/gstreamer/gstreamer/docs/random/thomasvs/
Dmetadata208 - RMS, inpoint, outpoint (calculated through some formula, used for mixing)
/third_party/gstreamer/gstplugins_bad/ext/webrtcdsp/
Dgstwebrtcdsp.cpp455 level = self->apm->level_estimator ()->RMS (); in gst_webrtc_vad_post_activity()
/third_party/python/Lib/test/decimaltestdata/
Ddivide.decTest345 -- RMS discussion table
DddDivide.decTest269 -- RMS discussion table
DdqDivide.decTest267 -- RMS discussion table
/third_party/ffmpeg/doc/
Dfilters.texi438 Should the exact signal be taken in case of @code{peak} or an RMS one in case
1555 Choose if exact signal should be taken for detection or an RMS like one.
2589 Short window length in seconds, used for peak and trough RMS measurement.
2687 @item RMS difference
2691 @item RMS level dB
2692 Standard peak and RMS level measured in dBFS.
2694 @item RMS peak dB
2695 @item RMS trough dB
2696 Peak and trough values for RMS level measured over a short window.
2699 Standard ratio of peak to RMS level (note: not in dB).
[all …]
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer2898 filter.func: cutter plugin; emits signals when audio RMS level
4290 level.c, level.h: Added level detection plugin; prints out RMS
5213 level.h: Basic level detection/printing plugin; calculates RMS over
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.8771 level actually correctly calculates the RMS value. sigh.
772 calculate RMS values correctly for peak and decay peak sums;
/third_party/chromium/patch/
D0001-cve.patch55339 zABA!=U;lpAC~MR;i8ZM;SvA_4(i&5ZwZ>M{RMS?|UDH!@tmZ_`sha+p^EDT0hHFM@
/third_party/gstreamer/gstplugins_bad/
DChangeLog83163 RMS value of the corresponding audio frames. This element needs both video and