• Rostislav Vasilikhin's avatar
    Merge pull request #13708 from savuor:yuv42x_wide · 554eae56
    Rostislav Vasilikhin authored
    YUV42x color conversions rewritten to wide intrinsics (#13708)
    
    * a*b+c -> fma
    
    * YUV420sp2RGB initially vectorized
    
    * shorter var names
    
    * loops by 4
    
    * yuv420p2rgb vectorized
    
    * yuv422toRGB vectorized
    
    * reg arrays
    
    * rgb2yuv420 vectorized
    
    * warnings fixed
    
    * try to fix align error
    554eae56
color_yuv.cpp 75.6 KB