[FFmpeg-devel] [PATCH 1/2] avcodec/lossless_videodsp: fix output of add_hfyu_left_pred_int16_c()
James Almer
jamrial at gmail.com
Mon Dec 26 17:03:07 EET 2016
On 12/26/2016 4:51 AM, Paul B Mahol wrote:
> On 12/26/16, James Almer <jamrial at gmail.com> wrote:
>> It is now bitexact with the ssse3 and sse4.1 versions of the function.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> libavcodec/lossless_videodsp.c | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> OK if tested.
As i said it's bitexact to the simd versions with this change, and the
output looks correct instead of full of artifacts.
Pushed, thanks.
More information about the ffmpeg-devel
mailing list