Searched defs:n_fft (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libopus/dnn/torch/osce/utils/ |
H A D | spec.py | 68 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 D | silk_features.py | 41 def spec_from_lpc(a, n_fft=128, eps=1e-9): argument
|
/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 1284 def _test(input, n_fft, length): argument
|
H A D | test_jit.py | 9068 def stft(input, n_fft): argument 9075 def istft(input, n_fft): argument
|
/aosp_15_r20/external/pytorch/torch/onnx/ |
H A D | symbolic_opset17.py | 91 def _compute_edge_sizes(n_fft, window_size): argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | SpectralOps.cpp | 826 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()
|