Re: [FFmpeg-devel] [PATCH 1/2] lavc/h264dsp: remove MMI 8-bit chroma DC dequant

2024-07-07 Thread Rémi Denis-Courmont
Le sunnuntaina 7. heinäkuuta 2024, 14.44.47 EEST Rémi Denis-Courmont a écrit : > The function is exactly identical to the C reference, only with the > constant propagated manually. It does not optimise anything. There are presently no (other) implementations for `H264DSPContext.h264_chroma_dc_deq

[FFmpeg-devel] [PATCH 1/2] lavc/h264dsp: remove MMI 8-bit chroma DC dequant

2024-07-07 Thread Rémi Denis-Courmont
The function is exactly identical to the C reference, only with the constant propagated manually. It does not optimise anything. --- libavcodec/mips/h264dsp_init_mips.c | 5 + libavcodec/mips/h264dsp_mips.h | 1 - libavcodec/mips/h264dsp_mmi.c | 14 -- 3 files changed,