Home
last modified time | relevance | path

Searched defs:win_length (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dnormal.cc135 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 Dtest_spectral_ops.py925 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 Dstft_loss.py9 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 Dstft_loss.py39 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 Dlace_loss_metric.py39 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 DSpectralOps.cpp864 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