Skip to content

Make static CDF tables source directly from rodata

Ronald S. Bultje requested to merge rbultje/dav1d:fix57 into master

Fixes #57 (closed), removes one rodata duplicate (vertical mv component is identical to horizontal one), and removes memcpy() of rodata tables to the source Dav1dThreadCdfContext for each frame where primary_ref is PRIMARY_REF_NONE.

Merge request reports