1. 12 Jun, 2019 1 commit
    • Ruiling Song's avatar
      avfilter/vf_gblur: add x86 SIMD optimizations · 83f9da77
      Ruiling Song authored
      The horizontal pass get ~2x performance with the patch
      under single thread.
      
      Tested overall performance using the command(avx2 enabled):
      ./ffmpeg -i 1080p.mp4 -vf gblur -f null /dev/null
      ./ffmpeg -i 1080p.mp4 -vf gblur=threads=1 -f null /dev/null
      For single thread, the fps improves from 43 to 60, about 40%.
      For multi-thread, the fps improves from 110 to 130, about 20%.
      Signed-off-by: 's avatarRuiling Song <ruiling.song@intel.com>
      83f9da77
  2. 11 Jun, 2019 1 commit
  3. 10 Jun, 2019 4 commits
  4. 09 Jun, 2019 2 commits
  5. 07 Jun, 2019 8 commits
  6. 06 Jun, 2019 2 commits
  7. 05 Jun, 2019 4 commits
  8. 04 Jun, 2019 9 commits
  9. 03 Jun, 2019 7 commits
  10. 02 Jun, 2019 1 commit
  11. 03 Jun, 2019 1 commit