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

NTSC chroma-encoder filter changes #760

Merged
merged 2 commits into from
Jun 22, 2022
Merged

Commits on Jun 22, 2022

  1. chroma-encoder: Add NTSC narrowband Q encoding

    Adds a new chroma-mode, 'narrowband-q' to low-pass the Q
    component.  Obsolete, but interesting for testing.
    ifb committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    17debb0 View commit details
    Browse the repository at this point in the history
  2. chroma-encoder: Add NTSC-specific chroma component filter

    Change the filter used in the wideband-yuv/yiq modes to
    one suggested by Clarke for NTSC.
    
    Small PSNR improvement, up to 0.03 dB.
    ifb committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9054e8e View commit details
    Browse the repository at this point in the history