/third_party/gstreamer/gstplugins_good/gst/cutter/ |
D | README | 5 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
|
D | gstcutter.c | 286 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/ |
D | gstlevel.c | 732 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/ |
D | RegAllocGreedy.cpp | 2262 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/ |
D | LPdir_vms.c | 153 if (status == RMS$_NMF) { in LP_find_file()
|
/third_party/openssl/crypto/ |
D | LPdir_vms.c | 153 if (status == RMS$_NMF) { in LP_find_file()
|
/third_party/openssl/VMS/ |
D | openssl_ivp.com.in | 32 $ EXIT %x00018292 ! RMS$_FNF, file not found
|
D | openssl_startup.com.in | 85 $ status = %x00018292 ! RMS$_FNF, file not found
|
/third_party/node/deps/openssl/openssl/VMS/ |
D | openssl_ivp.com.in | 32 $ EXIT %x00018292 ! RMS$_FNF, file not found
|
D | openssl_startup.com.in | 85 $ status = %x00018292 ! RMS$_FNF, file not found
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | LanguageTag.java | 318 RMS("Rhaeto-Romanic", "roh"), enumConstant
|
/third_party/gstreamer/gstreamer/docs/random/thomasvs/ |
D | metadata | 208 - RMS, inpoint, outpoint (calculated through some formula, used for mixing)
|
/third_party/gstreamer/gstplugins_bad/ext/webrtcdsp/ |
D | gstwebrtcdsp.cpp | 455 level = self->apm->level_estimator ()->RMS (); in gst_webrtc_vad_post_activity()
|
/third_party/python/Lib/test/decimaltestdata/ |
D | divide.decTest | 345 -- RMS discussion table
|
D | ddDivide.decTest | 269 -- RMS discussion table
|
D | dqDivide.decTest | 267 -- RMS discussion table
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 438 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/ |
D | ChangeLog.gstreamer | 2898 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/ |
D | ChangeLog-0.8 | 771 level actually correctly calculates the RMS value. sigh. 772 calculate RMS values correctly for peak and decay peak sums;
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 55339 zABA!=U;lpAC~MR;i8ZM;SvA_4(i&5ZwZ>M{RMS?|UDH!@tmZ_`sha+p^EDT0hHFM@
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 83163 RMS value of the corresponding audio frames. This element needs both video and
|