Searched refs:DECL_FFT (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dfft.c271 #define DECL_FFT(n,n2,n4)\ macro
326 DECL_FFT(16,8,4)
328 DECL_FFT(32,16,8)
329 DECL_FFT(64,32,16)
330 DECL_FFT(128,64,32)
331 DECL_FFT(256,128,64)
332 DECL_FFT(512,256,128)
336 DECL_FFT(1024,512,256)
337 DECL_FFT(2048,1024,512)
338 DECL_FFT(409
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dfft_template.c449 #define DECL_FFT(n,n2,n4)\ macro
504 DECL_FFT(16,8,4)
506 DECL_FFT(32,16,8)
507 DECL_FFT(64,32,16)
508 DECL_FFT(128,64,32)
509 DECL_FFT(256,128,64)
510 DECL_FFT(512,256,128)
514 DECL_FFT(1024,512,256)
515 DECL_FFT(2048,1024,512)
516 DECL_FFT(409
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dfft_altivec_s.S390 .macro DECL_FFT suffix, bits, n, n2, n4
413 DECL_FFT \suffix, 5, 32, 16, 8
414 DECL_FFT \suffix, 6, 64, 32, 16
415 DECL_FFT \suffix, 7, 128, 64, 32
416 DECL_FFT \suffix, 8, 256, 128, 64
417 DECL_FFT \suffix, 9, 512, 256, 128
418 DECL_FFT \suffix,10, 1024, 512, 256
419 DECL_FFT \suffix,11, 2048, 1024, 512
420 DECL_FFT \suffix,12, 4096, 2048, 1024
421 DECL_FFT \suffi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dfft_altivec_s.S390 .macro DECL_FFT suffix, bits, n, n2, n4
413 DECL_FFT \suffix, 5, 32, 16, 8
414 DECL_FFT \suffix, 6, 64, 32, 16
415 DECL_FFT \suffix, 7, 128, 64, 32
416 DECL_FFT \suffix, 8, 256, 128, 64
417 DECL_FFT \suffix, 9, 512, 256, 128
418 DECL_FFT \suffix,10, 1024, 512, 256
419 DECL_FFT \suffix,11, 2048, 1024, 512
420 DECL_FFT \suffix,12, 4096, 2048, 1024
421 DECL_FFT \suffi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dfft_mmx.asm595 %macro DECL_FFT 2-3 ; nbits, cpu, suffix
639 %endmacro ; DECL_FFT
643 DECL_FFT 6, _avx label
644 DECL_FFT 6, _avx, _interleave label
647 DECL_FFT 5, _sse label
648 DECL_FFT 5, _sse, _interleave label
650 DECL_FFT 4, _3dn label
651 DECL_FFT 4, _3dn, _interleave label
652 DECL_FFT 4, _3dn2 label
653 DECL_FFT label
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dfft.asm743 %macro DECL_FFT 1-2 ; nbits, suffix
781 %endmacro ; DECL_FFT
785 DECL_FFT 6 label
786 DECL_FFT 6, _interleave label
789 DECL_FFT 5 label
790 DECL_FFT 5, _interleave label
793 DECL_FFT 4 label
794 DECL_FFT 4, _interleave label
796 DECL_FFT 4 label
797 DECL_FFT label
[all...]

Completed in 134 milliseconds