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

Take average of chroma samples when subsampling #522

Commits on Jun 14, 2021

  1. Take average of chroma samples when subsampling

    Taking the average is a form of low-pass filtering. It also puts the
    subsampled chroma at the center of the 2x2 chroma block. Most
    YCbCr-to-RGB conversion functions used in image decoding assume the
    center chroma sample position.
    
    A proof of concept for a fix for
    strukturag#521.
    wantehchang committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    6003c3c View commit details
    Browse the repository at this point in the history