Searched defs:peaks (Results 1 - 6 of 6) sorted by relevance
| /third_party/libsnd/src/ |
| H A D | command.c | 342 psf_calc_max_all_channels (SF_PRIVATE *psf, double *peaks, int normalize) in psf_calc_max_all_channels() argument 403 psf_get_max_all_channels (SF_PRIVATE *psf, double *peaks) in psf_get_max_all_channels() argument [all...] |
| H A D | common.h | 224 PEAK_POS peaks [] ; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_drmeter.c | 36 uint32_t peaks[BINS+1]; member
|
| /kernel/linux/linux-5.10/sound/pci/au88x0/ |
| H A D | au88x0_eq.c | 312 static void vortex_EqHw_SetLevels(vortex_t *vortex, const u16 peaks[]) in vortex_EqHw_SetLevels() argument 476 vortex_EqHw_GetTenBandLevels(vortex_t * vortex, u16 peaks[]) vortex_EqHw_GetTenBandLevels() argument 658 vortex_Eqlzr_GetAllPeaks(vortex_t * vortex, u16 * peaks, int *count) vortex_Eqlzr_GetAllPeaks() argument 832 u16 peaks[20]; snd_vortex_peaks_get() local [all...] |
| /kernel/linux/linux-6.6/sound/pci/au88x0/ |
| H A D | au88x0_eq.c | 312 static void vortex_EqHw_SetLevels(vortex_t *vortex, const u16 peaks[]) in vortex_EqHw_SetLevels() argument 476 vortex_EqHw_GetTenBandLevels(vortex_t * vortex, u16 peaks[]) vortex_EqHw_GetTenBandLevels() argument 658 vortex_Eqlzr_GetAllPeaks(vortex_t * vortex, u16 * peaks, int *count) vortex_Eqlzr_GetAllPeaks() argument 832 u16 peaks[20]; snd_vortex_peaks_get() local [all...] |
| /base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/ |
| H A D | peak_finder.cpp | 66 std::vector<bool> PeakFinder::GetVoiceFlag(const std::vector<double> &data, const std::vector<int32_t> &peaks,
in GetVoiceFlag() argument 145 void PeakFinder::GetEachIndependentEnvelope(const std::vector<double> &data, const std::vector<int32_t> &peaks,
in GetEachIndependentEnvelope() argument 214 std::vector<int32_t> PeakFinder::PeakFilterMinRange(const std::vector<double> &data, std::vector<int32_t> &peaks,
in PeakFilterMinRange() argument 240 FilterLowPeak(const std::vector<double> &envelope, const std::vector<int32_t> &peaks, double removeRatio) FilterLowPeak() argument 264 FilterSecondaryPeak(const std::vector<double> &envelope, const std::vector<int32_t> &peaks, double lowerAmp) FilterSecondaryPeak() argument 452 std::vector<int32_t> peaks; DetectPeak() local 483 GetLowestPeakValue(const std::vector<double> &envelope, const std::vector<int32_t> &peaks) GetLowestPeakValue() argument 659 GetIsolatedEnvelope(const std::vector<double> &data, const std::vector<int32_t> &peaks, double lowerAmp, IsolatedEnvelopeInfo &isolatedEnvelopeInfo) GetIsolatedEnvelope() argument [all...] |
Completed in 7 milliseconds