[FFmpeg-devel] [PATCH] avcodec/ac3: Remove unused fixed-point ARMv7 DSP

Lynne dev at lynne.ee
Thu Apr 18 09:38:49 EEST 2024


Apr 18, 2024, 07:42 by geoff at geoffhill.org:

> This diff removes 4 unused ARMv7 NEON fixed-point DSP functions.
>
> The function were originally moved here by 4958f35a2 (Dec 2013).
>
> After 9e05421db (Jan 2021), as part of the refactor of the AC3
> DSP to consistently use 32-bit sample format in the encoder, these
> functions were removed from the DSP function table, but the ARMv7
> implementations were kept.
>
> Signed-off-by: Geoff Hill <geoff at geoffhill.org>
> ---
>  libavcodec/arm/ac3dsp_neon.S | 63 ------------------------------------
>  1 file changed, 63 deletions(-)
>
> diff --git a/libavcodec/arm/ac3dsp_neon.S b/libavcodec/arm/ac3dsp_neon.S
> index 89d0ae8048..dc829541aa 100644
> --- a/libavcodec/arm/ac3dsp_neon.S
> +++ b/libavcodec/arm/ac3dsp_neon.S
> @@ -20,25 +20,6 @@
>

Thanks, pushed.


More information about the ffmpeg-devel mailing list