Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dfft_template.c540 #define DECL_FFT(n,n2,n4)\ in PASS() macro
595 DECL_FFT(16,8,4)
597 DECL_FFT(32,16,8)
598 DECL_FFT(64,32,16)
599 DECL_FFT(128,64,32)
600 DECL_FFT(256,128,64)
601 DECL_FFT(512,256,128)
605 DECL_FFT(1024,512,256)
606 DECL_FFT(2048,1024,512)
607 DECL_FFT(4096,2048,1024)
[all …]
/third_party/ffmpeg/libavcodec/ppc/
Dfft_altivec.S397 .macro DECL_FFT suffix, bits, n, n2, n4 macro
420 DECL_FFT \suffix, 5, 32, 16, 8
421 DECL_FFT \suffix, 6, 64, 32, 16
422 DECL_FFT \suffix, 7, 128, 64, 32
423 DECL_FFT \suffix, 8, 256, 128, 64
424 DECL_FFT \suffix, 9, 512, 256, 128
425 DECL_FFT \suffix,10, 1024, 512, 256
426 DECL_FFT \suffix,11, 2048, 1024, 512
427 DECL_FFT \suffix,12, 4096, 2048, 1024
428 DECL_FFT \suffix,13, 8192, 4096, 2048
[all …]
/third_party/ffmpeg/libavutil/
Dtx_template.c280 #define DECL_FFT(n,n2,n4)\ in PASS() macro
342 DECL_FFT(32,16,8)
343 DECL_FFT(64,32,16)
344 DECL_FFT(128,64,32)
345 DECL_FFT(256,128,64)
346 DECL_FFT(512,256,128)
348 DECL_FFT(1024,512,256)
349 DECL_FFT(2048,1024,512)
350 DECL_FFT(4096,2048,1024)
351 DECL_FFT(8192,4096,2048)
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dfft.asm740 %macro DECL_FFT 1-2 ; nbits, suffix
778 %endmacro ; DECL_FFT
782 DECL_FFT 6 label
783 DECL_FFT 6, _interleave label
786 DECL_FFT 5 label
787 DECL_FFT 5, _interleave label
790 DECL_FFT 4 label
791 DECL_FFT 4, _interleave label
793 DECL_FFT 4 label
794 DECL_FFT 4, _interleave label