Skip to content

Commit

Permalink
Improvements on precision
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Nov 27, 2024
1 parent 99e0816 commit 94ed72b
Show file tree
Hide file tree
Showing 50 changed files with 661 additions and 640 deletions.
185 changes: 3 additions & 182 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workspace = { members = ["app", "coeffs"] }
workspace = { members = ["app"] }

[package]
name = "yuvutils-rs"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ Tests performed on the image 5763x3842

| | time(NEON) | Time(AVX) |
|------------------------|:----------:|:---------:|
| utils RGB->YUV 4:2:0 | 3.23ms | 3.53ms |
| utils RGB->YUV 4:2:0 | 3.16ms | 3.53ms |
| libyuv RGB->YUV 4:2:0 | 3.58ms | 33.87ms |
| utils RGBA->YUV 4:2:0 | 4.09ms | 5.47ms |
| utils RGBA->YUV 4:2:0 | 4.07ms | 5.47ms |
| libyuv RGBA->YUV 4:2:0 | 4.87ms | 23.48ms |
| utils RGBA->YUV 4:2:2 | 4.46ms | 7.08ms |
| libyuv RGBA->YUV 4:2:2 | 5.90ms | 35.23ms |
| utils RGBA->YUV 4:4:4 | 4.77ms | 7.97ms |
| utils RGBA->YUV 4:4:4 | 4.66ms | 7.97ms |

### Decoding

Expand Down
2 changes: 1 addition & 1 deletion app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
yuvutils-rs = { path = "..", features = [] }
image = { path = "../../../RustRoverProjects/image", features = ["avif-native"] }
image = "0.25.5"
yuv-sys = "0.3.6"

[dev-dependencies]
Expand Down
Loading

0 comments on commit 94ed72b

Please sign in to comment.