> 下面是被转发的邮件: > > 发件人: chen <[email protected]> > 主题: [FFmpeg-devel] [PATCH] avfilter/vf_convolution: add 16-column operation > for filter_column() to prepare for x86 SIMD. > 日期: 2019年12月02日 GMT+8 11:36:50 > 收件人: [email protected] > > In this case, modify in filter_slice(…) is unnecessary because your generic > version of filter_column16(…). > I suggest make a 16 aligned path in filter_column16(…) directly. > For example > > for(lengh / 16) > { > … > } > > for(length % 16) > { > … > } >
_______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
