-
Notifications
You must be signed in to change notification settings - Fork 253
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
4:2:2/4:4:4 desync on 4x4 blocks with intra edge filter #2299
Comments
commit ace686d
|
#2083 seems to have caused it. Both native and AVX2 (dav1d) implementations desync, so most likely this is related to the edge buffer initialization, which is native only. |
Some more info: And, I have diff image for you, which has mismatch in the 1st frame. |
To obtain diff image, I have used https://github.com/IENT/YUView. |
I have confirmed that the reproduction in #2299 (comment) is resolved by #2313. |
Found through a master branch run. See the log.
This run, though incomplete, shows that this was not introduced by #2224.
Also reproduced on 4:4:4 locally.
Probably due to above/left block contexts not properly taking sampling format into account.
The text was updated successfully, but these errors were encountered: