Home
last modified time | relevance | path

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

/aosp_15_r20/external/libopus/dnn/torch/osce/utils/
H A Dspec.py68 def create_filter_bank(num_bands, n_fft=320, fs=16000, scale='bark', round_center_bins=False, retur… argument
134 def log_spectrum_from_lpc(a, fb=None, n_fft=320, eps=1e-9, gamma=1, compress=False, power=1): argument
162 def cepstrum_from_lpc(a, fb=None, n_fft=320, eps=1e-9, gamma=1, compress=False): argument
H A Dsilk_features.py41 def spec_from_lpc(a, n_fft=128, eps=1e-9): argument
/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
1284 def _test(input, n_fft, length): argument
H A Dtest_jit.py9068 def stft(input, n_fft): argument
9075 def istft(input, n_fft): argument
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset17.py91 def _compute_edge_sizes(n_fft, window_size): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSpectralOps.cpp826 Tensor stft(const Tensor& self, const int64_t n_fft, const std::optional<int64_t> hop_lengthOpt, in stft()
982 const Tensor& self, const int64_t n_fft, const std::optional<int64_t> hop_lengthOpt, in stft()
1013 Tensor istft(const Tensor& self, const int64_t n_fft, const std::optional<int64_t> hop_lengthOpt, in istft()