1. 30 May, 2019 5 commits
  2. 29 May, 2019 6 commits
  3. 28 May, 2019 4 commits
  4. 27 May, 2019 21 commits
  5. 26 May, 2019 3 commits
  6. 24 May, 2019 1 commit
    • Rostislav Vasilikhin's avatar
      Merge pull request #14616 from savuor:hsv_wide · e07ffe90
      Rostislav Vasilikhin authored
      HSV and HLS color conversions rewritten to wide intrinsics (#14616)
      
      * RGB2HSV_b vectorized
      
      * RGB2HSV_f: widen
      
      * RGB2HSV_f: shorten, more intuitive
      
      * HSV2RGB_f and HSV2RGB_b widen
      
      * hls2rgb_f widen
      
      * instrumentation instead vx_cleanup
      
      * RGB2HLS_f widen
      
      * RGB2HLS_b rewritten to wide universal intrinsics
      
      * define guard against no SIMD code
      
      * hls2rgb_b rewritten
      
      * extra define removed
      
      * warning fixed
      
      * hls2rgb_b: performance fixed
      e07ffe90