Partially fix score difference for CUDA (bpc >=10) #1195
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Greatly lowers score difference on CUDA for high bit images.
VMAF score for 1000 frames of a 4096x2160 10bpc sequence in FFMPEG:
with libvmaf_cuda (GPU):
[Parsed_libvmaf_cuda_0 @ 0x559ffac22b00] VMAF score: 76.101209
with libvmaf (CPU):
[Parsed_libvmaf_2 @ 0x55a7e344cf80] VMAF score: 76.101269
Score difference is now dependet on the sequence used.