Re: [FFmpeg-devel] [PATCH 1/2] avcodec/lossless_videodsp: fix output of add_hfyu_left_pred_int16_c()

2016-12-26 Thread James Almer
On 12/26/2016 4:51 AM, Paul B Mahol wrote: > On 12/26/16, James Almer wrote: >> It is now bitexact with the ssse3 and sse4.1 versions of the function. >> >> Signed-off-by: James Almer >> --- >> libavcodec/lossless_videodsp.c | 6 +++--- >> 1 file changed, 3

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/lossless_videodsp: fix output of add_hfyu_left_pred_int16_c()

2016-12-25 Thread Paul B Mahol
On 12/26/16, James Almer wrote: > It is now bitexact with the ssse3 and sse4.1 versions of the function. > > Signed-off-by: James Almer > --- > libavcodec/lossless_videodsp.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) OK if tested.

[FFmpeg-devel] [PATCH 1/2] avcodec/lossless_videodsp: fix output of add_hfyu_left_pred_int16_c()

2016-12-25 Thread James Almer
It is now bitexact with the ssse3 and sse4.1 versions of the function. Signed-off-by: James Almer --- libavcodec/lossless_videodsp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/lossless_videodsp.c b/libavcodec/lossless_videodsp.c index