Quoting Linjie Fu (2020-03-05 08:47:37) > Fix overflow for coeff -32768 in function ADD_RES_MMX_4_8 with no > performance drop. > > ./checkasm --test=hevc_add_res --bench > > Mainline: > - hevc_add_res.add_residual [OK] > hevc_add_res_4x4_8_mmxext: 15.5 > > Add overflow test case: > - hevc_add_res.add_residual [FAILED] > > After: > - hevc_add_res.add_residual [OK] > hevc_add_res_4x4_8_mmxext: 15.0 > > Signed-off-by: Xu Guangxin <guangxin...@intel.com> > Signed-off-by: Linjie Fu <linjie...@intel.com> > --- > libavcodec/x86/hevc_add_res.asm | 23 +++++++++++------------ > 1 file changed, 11 insertions(+), 12 deletions(-)
Looks ok and even more readable. Thank you, queueing. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".