Home
last modified time | relevance | path

Searched defs:window_length (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/ops/signal/
Dwindow_ops.py31 def _check_params(window_length, dtype): argument
54 def kaiser_window(window_length, beta=12., dtype=dtypes.float32, name=None): argument
94 def kaiser_bessel_derived_window(window_length, beta=12., argument
122 def vorbis_window(window_length, dtype=dtypes.float32, name=None): argument
147 def hann_window(window_length, periodic=True, dtype=dtypes.float32, name=None): argument
173 def hamming_window(window_length, periodic=True, dtype=dtypes.float32, argument
199 def _raised_cosine_window(name, default_name, window_length, periodic, argument
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Dwindow_ops_test.py84 def _compare_window_fns(self, np_window_fn, tf_window_fn, window_length, argument
99 def test_kaiser_window(self, window_length, beta, tf_dtype_tol): argument
111 def test_hann_window(self, window_length, periodic, tf_dtype_tol): argument
125 def test_hamming_window(self, window_length, periodic, tf_dtype_tol): argument
161 def test_tflite_convert(self, window_fn, window_length, periodic, dtype): argument
163 def fn(window_length): argument
182 def test_vorbis_window(self, window_length, tf_dtype_tol): argument
193 def test_kaiser_bessel_derived_window(self, window_length, beta, argument
Dspectral_ops_test.py50 def _np_frame(data, window_length, hop_length): argument
57 def _np_stft(data, fft_length, hop_length, window_length): argument
63 def _np_inverse_stft(stft, fft_length, hop_length, window_length): argument
/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dwindowed_filter.h71 WindowedFilter(TimeDeltaT window_length, T zero_value, TimeT zero_time) in WindowedFilter()
80 void SetWindowLength(TimeDeltaT window_length) { in SetWindowLength()
/external/tensorflow/tensorflow/core/kernels/
Dspectrogram.cc29 void GetPeriodicHann(int window_length, std::vector<double>* window) { in GetPeriodicHann()
39 bool Spectrogram::Initialize(int window_length, int step_length) { in Initialize()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dspectrogram.cc30 void GetPeriodicHann(int window_length, std::vector<double>* window) { in GetPeriodicHann()
40 bool Spectrogram::Initialize(int window_length, int step_length) { in Initialize()
/external/webrtc/modules/audio_processing/agc2/
Dclipping_predictor.cc74 int window_length, in ClippingEventPredictor()
213 int window_length, in ClippingPeakPredictor()
/external/webrtc/modules/audio_processing/include/
Daudio_processing.h314 int window_length = 5; member