8000 Tags · Charrine/rav1e · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Charrine/rav1e

Tags

p20200515

Toggle p20200515's commit message
Reduce the number of checkpoints used in tx rdo

v0.1.1

Toggle v0.1.1's commit message
Update the version to 0.1.1

p20200226

Toggle p20200226's commit message
Add repository to the v_frame Cargo.toml

v0.3.1

Toggle v0.3.1's commit message
Update the version to 0.3.1

v0.3.0

Toggle v0.3.0's commit message
Prepare for release 0.3.0

p20200127

Toggle p20200127's commit message
Dependencies version bump

In preparation to the next pre release.

rust_hawktracer 0.7.0 fixes a random crash on macOS
dav1d-sys 0.3.0 uses the up to date bindgen

p20200115

Toggle p20200115's commit message
Ease auto vectorization of tx distortion computation

The compiler was not autovectorizing this section of code. Switches the
code to doing two seperate iteration on the input coefficients from using
repeat and chain. The first iteration processes the stored reconstructed
coefficients and the second processes the reconstructed coefficients that
can be assumed to be zero. This isn't used by default, but Thomas is
working on a project that uses it.

v0.2.1

Toggle v0.2.1's commit message
Bump version

v0.2.0

Toggle v0.2.0's commit message
Prepare for release 0.2.0

p20191215

Toggle p20191215's commit message
Optimize sgrproj_solve to avoid f64 arithmetic

Results can always fit in i64 regardless of what bit depth is used. It
doesn't seem like much vectorization is happening but it is faster. Some
quick tests show that switching to a smaller type seems to enable
auto-vectorization.
0