Skip to content

Fix bugs in film grain generation

Ronald S. Bultje requested to merge rbultje/dav1d:fix-grain into master
  • calculate chroma grain based on src (not dst) luma pixels;
  • division should precede multiplication in delta calculation.

Together, these fix differences in film grain reconstruction between libaom and dav1d for various generated samples.

Merge request reports