Forked from
VideoLAN / dav1d
180 commits behind the upstream repository.
Arpad Panyik
authored
The constants used for the subpel filters were placed in the .text section for simplicity and peak performance, but this does not work on systems with execute only .text sections (e.g.: OpenBSD). The performance cost of moving the constants to the .rodata section is small and mostly within the measurable noise.
Name | Last commit | Last update |
---|---|---|
doc | ||
examples | ||
include | ||
package | ||
src | ||
tests | ||
tools | ||
.gitignore | ||
.gitlab-ci.yml | ||
CONTRIBUTING.md | ||
COPYING | ||
NEWS | ||
README.md | ||
THANKS.md | ||
gcovr.cfg | ||
meson.build | ||
meson_options.txt |