Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable CDEF and restoration filters for 4:2:2 #2224

Merged
merged 2 commits into from
May 11, 2020

Commits on May 11, 2020

  1. Enable CDEF filter for 4:2:2

    Add missing logic to map CDEF direction for chroma planes.
    
    AWCY results on derf-720p-422 at the default speed show a 9.9% decrease
    in encoding speed:
    
       PSNR | PSNR Cb | PSNR Cr | PSNR HVS |    SSIM | MS SSIM | CIEDE 2000
    -2.5572 |  0.4582 | -1.0744 |  -2.0057 | -0.1799 | -1.0506 |    -2.9736
    barrbrain committed May 11, 2020
    Configuration menu
    Copy the full SHA
    3548209 View commit details
    Browse the repository at this point in the history
  2. Enable restoration filter for 4:2:2

    AWCY results on derf-720p-422 at the default speed show a 28% decrease
    in encoding speed:
    
       PSNR | PSNR Cb | PSNR Cr | PSNR HVS |    SSIM | MS SSIM | CIEDE 2000
    -1.4957 | -1.2369 | -0.5441 |  -1.0947 | -0.9361 | -0.7724 |    -2.1054
    barrbrain committed May 11, 2020
    Configuration menu
    Copy the full SHA
    127f92b View commit details
    Browse the repository at this point in the history