Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
F
ffmpeg
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • ffmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • libavfilter
  • vf_hqdn3d.h
Find file
BlameHistoryPermalink
  • Jun Zhao's avatar
    lavfi/hqdn3d: add slice thread optimization · da0c0c72
    Jun Zhao authored Oct 02, 2019
    Enabled one thread per plane, used the test command for 1080P video
    (YUV420P format) as follow:
    
    ffmpeg -i 1080p.mp4 -an -vf hqdn3d -f null /dev/nul
    
    This optimization improved the performance about 30% in 1080P YUV420P
    case (from 110fps to 143fps), also pass the framemd5 check and FATE.
    Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
    Reviewed-by: 's avatarMoritz Barsnick <barsnick@gmx.net>
    Signed-off-by: 's avatarJun Zhao <barryjzhao@tencent.com>
    da0c0c72
vf_hqdn3d.h 1.54 KB
EditWeb IDE

Replace vf_hqdn3d.h

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.