Skip to content

Don't hard-code FGS block size

Niklas Haas requested to merge haasn/dav1d:fgs_block_size into master

Avoiding this hard-coded round-and-shift allows FGS to continue working when modifying BLOCK_SIZE (for whatever reason), and is better style (no magic constants).

Merge request reports