Searched defs:win_length (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/ |
H A D | normal.cc | 135 size_t win_length = samples_per_ms_; in Process() local 173 size_t win_length = samples_per_ms_; in Process() local
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_spectral_ops.py | 925 def librosa_stft(x, n_fft, hop_length, win_length, window, center): argument 949 def _test(sizes, n_fft, hop_length=None, win_length=None, win_sizes=None, argument 999 def librosa_istft(x, n_fft, hop_length, win_length, window, length, center): argument 1008 def _test(size, n_fft, hop_length=None, win_length=None, win_sizes=None, argument
|
/aosp_15_r20/external/libopus/dnn/torch/fargan/ |
H A D | stft_loss.py | 9 def stft(x, fft_size, hop_size, win_length, window): argument 112 def __init__(self, device, fft_size=1024, shift_size=120, win_length=600, window="hann_window"): argument
|
/aosp_15_r20/external/libopus/dnn/torch/osce/losses/ |
H A D | stft_loss.py | 39 def get_window(win_name, win_length, *args, **kwargs): argument 54 def stft(x, fft_size, hop_size, win_length, window): argument
|
/aosp_15_r20/external/libopus/dnn/torch/osce/stndrd/evaluation/ |
H A D | lace_loss_metric.py | 39 def get_window(win_name, win_length, *args, **kwargs): argument 54 def stft(x, fft_size, hop_size, win_length, window): argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | SpectralOps.cpp | 864 auto win_length = win_lengthOpt.value_or(n_fft); in stft() local 1050 const auto win_length = win_lengthOpt.value_or(n_fft); in istft() local
|