Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance PSNR Check for Luma (Y) Channel in VPP Sharpen Filter
The current implementation of the PSNR check for the Luma (Y) channel raises exceptions for actual values exceeding reference values. This behavior is not reflective of typical processing scenarios where higher actual values are expected. Updated the `compare` function to only raise exceptions if the actual Luma (Y) value is lower than the reference value. Signed-off-by: Wang Hangjie <[email protected]>
- Loading branch information