OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arch_fft_state
(Results
1 - 6
of
6
) sorted by null
/external/libopus/celt/
static_modes_fixed_arm_ne10.h
347
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 = {
static_modes_fixed.h
441
(
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,
[
all
...]
kiss_fft.h
81
typedef struct
arch_fft_state
{
struct
84
}
arch_fft_state
;
typedef in typeref:struct:arch_fft_state
96
arch_fft_state
*arch_fft;
static_modes_float_arm_ne10.h
351
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 = {
static_modes_float.h
440
(
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,
[
all
...]
/external/libopus/celt/arm/
celt_ne10_fft.c
73
size_t memneeded = sizeof(struct
arch_fft_state
);
75
st->arch_fft = (
arch_fft_state
*)opus_alloc(memneeded);
Completed in 1031 milliseconds