Home
last modified time | relevance | path

Searched refs:arch_fft_state (Results 1 – 6 of 6) sorted by relevance

/external/libopus/celt/
Dstatic_modes_fixed_arm_ne10.h347 static const arch_fft_state cfg_arch_480 = {
359 static const arch_fft_state cfg_arch_240 = {
371 static const arch_fft_state cfg_arch_120 = {
383 static const arch_fft_state cfg_arch_60 = {
Dstatic_modes_float_arm_ne10.h351 static const arch_fft_state cfg_arch_480 = {
367 static const arch_fft_state cfg_arch_240 = {
383 static const arch_fft_state cfg_arch_120 = {
399 static const arch_fft_state cfg_arch_60 = {
Dstatic_modes_float.h440 (arch_fft_state *)&cfg_arch_480,
457 (arch_fft_state *)&cfg_arch_240,
474 (arch_fft_state *)&cfg_arch_120,
491 (arch_fft_state *)&cfg_arch_60,
Dstatic_modes_fixed.h441 (arch_fft_state *)&cfg_arch_480,
459 (arch_fft_state *)&cfg_arch_240,
477 (arch_fft_state *)&cfg_arch_120,
495 (arch_fft_state *)&cfg_arch_60,
Dkiss_fft.h81 typedef struct arch_fft_state{ struct
84 } arch_fft_state; typedef
96 arch_fft_state *arch_fft;
/external/libopus/celt/arm/
Dcelt_fft_ne10.c72 size_t memneeded = sizeof(struct arch_fft_state); in opus_fft_alloc_arm_neon()
74 st->arch_fft = (arch_fft_state *)opus_alloc(memneeded); in opus_fft_alloc_arm_neon()