Home
last modified time | relevance | path

Searched refs:FF_FFT_PERM_SWAP_LSBS (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dfft_init.c39 s->fft_permutation = FF_FFT_PERM_SWAP_LSBS; in ff_fft_init_x86()
/third_party/ffmpeg/libavcodec/
Dfft.h66 FF_FFT_PERM_SWAP_LSBS, enumerator
Dfft_template.c273 if (s->fft_permutation == FF_FFT_PERM_SWAP_LSBS) {\ in ff_fft_init()