Re: [FFmpeg-devel] [PATCH] h264_intrapred: Remove ff_pred16x16_horizontal_8_mmxext

2024-02-11 Thread James Almer
On 2/11/2024 7:34 PM, Andreas Rheinhardt wrote: James Almer: On 2/11/2024 6:24 PM, Kieran Kunhya wrote: $subj, now with forward declaration also removed. This function is trivial to convert to SSE2, so better do that than removing it. Attached. If other functions are harder to port to SSE2, t

Re: [FFmpeg-devel] [PATCH] h264_intrapred: Remove ff_pred16x16_horizontal_8_mmxext

2024-02-11 Thread Kieran Kunhya
On Sun, 11 Feb 2024 at 22:33, Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > James Almer: > > On 2/11/2024 6:24 PM, Kieran Kunhya wrote: > >> $subj, now with forward declaration also removed. > > > > This function is trivial to convert to SSE2, so better do that than > > removing it

Re: [FFmpeg-devel] [PATCH] h264_intrapred: Remove ff_pred16x16_horizontal_8_mmxext

2024-02-11 Thread Andreas Rheinhardt
James Almer: > On 2/11/2024 6:24 PM, Kieran Kunhya wrote: >> $subj, now with forward declaration also removed. > > This function is trivial to convert to SSE2, so better do that than > removing it. Attached. > If other functions are harder to port to SSE2, then sure, they can be > removed. > Ben

Re: [FFmpeg-devel] [PATCH] h264_intrapred: Remove ff_pred16x16_horizontal_8_mmxext

2024-02-11 Thread Kieran Kunhya
On Sun, 11 Feb 2024 at 21:36, James Almer wrote: > On 2/11/2024 6:24 PM, Kieran Kunhya wrote: > > $subj, now with forward declaration also removed. > > This function is trivial to convert to SSE2, so better do that than > removing it. Attached. > If other functions are harder to port to SSE2, the

Re: [FFmpeg-devel] [PATCH] h264_intrapred: Remove ff_pred16x16_horizontal_8_mmxext

2024-02-11 Thread James Almer
On 2/11/2024 6:24 PM, Kieran Kunhya wrote: $subj, now with forward declaration also removed. This function is trivial to convert to SSE2, so better do that than removing it. Attached. If other functions are harder to port to SSE2, then sure, they can be removed.From fdf1db323c1209fcb927f7df0d

[FFmpeg-devel] [PATCH] h264_intrapred: Remove ff_pred16x16_horizontal_8_mmxext

2024-02-11 Thread Kieran Kunhya
$subj, now with forward declaration also removed. 0001-h264_intrapred-Remove-ff_pred16x16_horizontal_8_mmxe.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubsc

[FFmpeg-devel] [PATCH] h264_intrapred: Remove ff_pred16x16_horizontal_8_mmxext

2024-02-11 Thread Kieran Kunhya
$subj 0001-h264_intrapred-Remove-ff_pred16x16_horizontal_8_mmxe.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-deve