Searched defs:power_spectrum (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/ |
H A D | reverb_model.cc | 33 rtc::ArrayView<const float> power_spectrum, in UpdateReverbNoFreqShaping() 46 rtc::ArrayView<const float> power_spectrum, in UpdateReverb()
|
H A D | signal_dependent_erle_estimator.cc | 257 rtc::ArrayView<float> power_spectrum_subbands) { in UpdateCorrectionFactors()
|
/aosp_15_r20/external/speex/tmv/ |
H A D | fftwrap_tm.h | 164 void power_spectrum(const spx_word16_t *X, spx_word32_t *ps, int N) in power_spectrum() function 201 void power_spectrum(const float * restrict X, float * restrict ps, int N) in power_spectrum() function
|
/aosp_15_r20/external/libopus/dnn/torch/osce/stndrd/evaluation/ |
H A D | moc.py | 65 def power_spectrum(x, window_size=160, hop_size=40, window='hamming'): function
|
H A D | moc2.py | 65 def power_spectrum(x, window_size=160, hop_size=40, window='hamming'): function
|
/aosp_15_r20/external/libopus/dnn/torch/osce/utils/ |
H A D | moc.py | 36 def power_spectrum(x, window_size=160, hop_size=40, window='hamming'): function
|
/aosp_15_r20/external/speex/libspeexdsp/ |
H A D | mdf.c | 228 static inline void power_spectrum(const spx_word16_t *X, spx_word32_t *ps, int N) in power_spectrum() function
|