Home
last modified time | relevance | path

Searched defs:fft_size (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/utility/
H A Dpffft_wrapper_unittest.cc30 void CreatePffftWrapper(size_t fft_size, Pffft::FftType fft_type) { in CreatePffftWrapper()
34 float* AllocateScratchBuffer(size_t fft_size, bool complex_fft) { in AllocateScratchBuffer()
54 void PffftValidateWrapper(size_t fft_size, bool complex_fft) { in PffftValidateWrapper()
115 for (size_t fft_size = 0; fft_size < kMaxValidSizeCheck; ++fft_size) { in TEST() local
133 size_t fft_size = GetParam(); in TEST_P() local
139 size_t fft_size = GetParam(); in TEST_P() local
172 for (int fft_size : kFftSizes) { in TEST() local
H A Dpffft_wrapper.cc19 size_t GetBufferSize(size_t fft_size, Pffft::FftType fft_type) { in GetBufferSize()
29 Pffft::FloatBuffer::FloatBuffer(size_t fft_size, FftType fft_type) in FloatBuffer()
45 Pffft::Pffft(size_t fft_size, FftType fft_type) in Pffft()
62 bool Pffft::IsValidFftSize(size_t fft_size, FftType fft_type) { in IsValidFftSize()
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_hbe_dft_trans.c140 static WORD32 ixheaacd_calc_anal_synth_window(WORD32 fft_size, FLOAT32 *ptr_window) { in ixheaacd_calc_anal_synth_window()
458 VOID ixheaacd_karth2polar(FLOAT32 *spectrum, FLOAT32 *mag, FLOAT32 *phase, WORD32 fft_size) { in ixheaacd_karth2polar()
589 WORD32 fft_size = ptr_hbe_txposer->fft_size[oversampling_flag]; in ixheaacd_dft_hbe_apply_polar_t2() local
648 WORD32 fft_size = ptr_hbe_txposer->fft_size[oversampling_flag]; in ixheaacd_dft_hbe_apply_polar_t3() local
725 WORD32 fft_size = ptr_hbe_txposer->fft_size[oversampling_flag]; in ixheaacd_dft_hbe_apply_polar_t() local
780 WORD32 fft_size = ptr_hbe_txposer->fft_size[oversampling_flag]; in ixheaacd_dft_hbe_apply() local
H A Dixheaacd_sbr_dec.h64 WORD32 fft_size[2]; member
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_sbr_hbe_dft_trans.c112 static IA_ERRORCODE ixheaace_calc_anal_synth_window(WORD32 fft_size, FLOAT32 *ptr_window) { in ixheaace_calc_anal_synth_window()
502 WORD32 fft_size) { in ixheaace_karth2polar()
635 WORD32 fft_size = pstr_hbe_txposer->fft_size[oversampling_flag]; in ia_dft_hbe_apply_polar_t2() local
699 WORD32 fft_size = pstr_hbe_txposer->fft_size[oversampling_flag]; in ia_dft_hbe_apply_polar_t_3() local
787 WORD32 fft_size = pstr_hbe_txposer->fft_size[oversampling_flag]; in ia_dft_hbe_apply_polar_t() local
846 WORD32 fft_size = pstr_hbe_txposer->fft_size[oversampling_flag]; in ixheaace_dft_hbe_apply() local
H A Dixheaace_signal_classifier.c306 WORD32 fft_size = ccfl; in iusace_tonal_analysis() local
H A Dixheaace_sbr_hbe.h122 WORD32 fft_size[2]; member
/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/utils/
H A Dada_conv.py36 def adaconv_kernel(x, kernels, half_window, fft_size=256): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
H A Dfft.cc26 const size_t fft_size = state->fft_size; in FftCompute() local
H A Dfft.h33 size_t fft_size; member
/aosp_15_r20/external/XNNPACK/bench/
H A Dcs16-bfly4.cc32 const size_t fft_size = state.range(0); in cs16_bfly4() local
/aosp_15_r20/external/XNNPACK/test/
H A Dbfly4-microkernel-tester.h218 const size_t fft_size = (samples() == 1 ? 1 : (samples() * stride())) * 4; // 4 for bfly4. in Test() local
/aosp_15_r20/external/libopus/dnn/torch/osce/losses/
H A Dstft_loss.py54 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.py54 def stft(x, fft_size, hop_size, win_length, window): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator.cc1621 const int64_t fft_size = fft_strides[fft_rank_]; in ComputeFft() local
1984 int64_t fft_size, in CopyDataFromInput()
2074 int64_t fft_size, in CopyDataFromInput()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSpectralOps.cpp1058 const auto fft_size = input.size(-3); in istft() local