Re: [FFmpeg-devel] [PATCH 6/6] fft_fixed: remove 16-bit FFT code

2021-01-12 Thread Andreas Rheinhardt
Lynne: > Jan 12, 2021, 08:50 by andreas.rheinha...@gmail.com: > >> Lynne: >> >>> Jan 9, 2021, 20:22 by d...@lynne.ee: >>> No longer used by anything. Unfortunately the old FFT_FLOAT/FFT_FIXED_32 is left as-is. It's simply too much work for code meant to be all removed anyway.

Re: [FFmpeg-devel] [PATCH 6/6] fft_fixed: remove 16-bit FFT code

2021-01-12 Thread Lynne
Jan 12, 2021, 08:50 by andreas.rheinha...@gmail.com: > Lynne: > >> Jan 9, 2021, 20:22 by d...@lynne.ee: >> >>> No longer used by anything. >>> Unfortunately the old FFT_FLOAT/FFT_FIXED_32 is left as-is. It's >>> simply too much work for code meant to be all removed anyway. >>> >>> Patch attached.

Re: [FFmpeg-devel] [PATCH 6/6] fft_fixed: remove 16-bit FFT code

2021-01-11 Thread Andreas Rheinhardt
Lynne: > Jan 9, 2021, 20:22 by d...@lynne.ee: > >> No longer used by anything. >> Unfortunately the old FFT_FLOAT/FFT_FIXED_32 is left as-is. It's >> simply too much work for code meant to be all removed anyway. >> >> Patch attached. Read patch 1/6 to see the size savings. >> > Forgot to remove t

Re: [FFmpeg-devel] [PATCH 6/6] fft_fixed: remove 16-bit FFT code

2021-01-11 Thread Lynne
Jan 9, 2021, 20:22 by d...@lynne.ee: > No longer used by anything. > Unfortunately the old FFT_FLOAT/FFT_FIXED_32 is left as-is. It's > simply too much work for code meant to be all removed anyway. > > Patch attached. Read patch 1/6 to see the size savings. > Forgot to remove the tests, making FA

[FFmpeg-devel] [PATCH 6/6] fft_fixed: remove 16-bit FFT code

2021-01-09 Thread Lynne
No longer used by anything. Unfortunately the old FFT_FLOAT/FFT_FIXED_32 is left as-is. It's simply too much work for code meant to be all removed anyway. Patch attached. Read patch 1/6 to see the size savings. >From 01974d1b7598679cb3c7f4baf9b18771b7fa3557 Mon Sep 17 00:00:00 2001 From: Lynne