On Mon, Dec 02, 2019 at 11:12:42AM +0800, Ting Fu wrote: > Tested using this command: > /ffmpeg -pix_fmt yuv420p -s 1920*1080 -i ArashRawYuv420.yuv \ > -vcodec rawvideo -s 1920*1080 -pix_fmt rgb24 -f null /dev/null > > The fps increase from 389 to 640 on my local machine. > > Signed-off-by: Ting Fu <ting...@intel.com> > --- > libswscale/x86/yuv2rgb.c | 8 +- > libswscale/x86/yuv2rgb_template.c | 58 ++++++++++- > libswscale/x86/yuv_2_rgb.asm | 162 +++++++++++++++++++++++++++--- > 3 files changed, 209 insertions(+), 19 deletions(-)
one of these patches seems to produce new warnings like: libswscale/x86/yuv2rgb_template.c: In function ‘yuv420_rgb15’: libswscale/x86/yuv2rgb_template.c:113:5: warning: passing argument 5 of ‘ff_yuv_420_rgb15_ssse3’ from [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 2 "100% positive feedback" - "All either got their money back or didnt complain" "Best seller ever, very honest" - "Seller refunded buyer after failed scam"
signature.asc
Description: PGP signature
_______________________________________________ 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".