Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/arm/
Dfft_neon.S281 .macro def_fft n, n2, n4 macro
299 def_fft 32, 16, 8
300 def_fft 64, 32, 16
301 def_fft 128, 64, 32
302 def_fft 256, 128, 64
303 def_fft 512, 256, 128
304 def_fft 1024, 512, 256
305 def_fft 2048, 1024, 512
306 def_fft 4096, 2048, 1024
307 def_fft 8192, 4096, 2048
[all …]
Dfft_vfp.S463 .macro def_fft n, n2, n4 macro
519 def_fft 32, 16, 8
520 def_fft 64, 32, 16
521 def_fft 128, 64, 32
522 def_fft 256, 128, 64
523 def_fft 512, 256, 128
524 def_fft 1024, 512, 256
525 def_fft 2048, 1024, 512
526 def_fft 4096, 2048, 1024
527 def_fft 8192, 4096, 2048
[all …]
/third_party/ffmpeg/libavcodec/aarch64/
Dfft_neon.S338 .macro def_fft n, n2, n4 macro
356 def_fft 32, 16, 8
357 def_fft 64, 32, 16
358 def_fft 128, 64, 32
359 def_fft 256, 128, 64
360 def_fft 512, 256, 128
361 def_fft 1024, 512, 256
362 def_fft 2048, 1024, 512
363 def_fft 4096, 2048, 1024
364 def_fft 8192, 4096, 2048
[all …]