Home
last modified time | relevance | path

Searched refs:FF_MDCT_PERM_INTERLEAVE (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/aarch64/
Dfft_init_aarch64.c47 s->mdct_permutation = FF_MDCT_PERM_INTERLEAVE; in ff_fft_init_aarch64()
/third_party/ffmpeg/libavcodec/arm/
Dfft_init_arm.c58 s->mdct_permutation = FF_MDCT_PERM_INTERLEAVE; in ff_fft_init_arm()
/third_party/ffmpeg/libavcodec/
Dfft.h80 FF_MDCT_PERM_INTERLEAVE, enumerator
Dmdct_template.c73 case FF_MDCT_PERM_INTERLEAVE: in ff_mdct_init()