Update samples (#82)

* Update samples

* Simplify the arguments of the DecodeImages function by grouping some of them into a struct.

* Modify the logic for selecting the valid images per batch

* Modify the logic for selecting the valid images per batch for jpegDecodeBatched sample too

[ROCm/rocjpeg commit: a4f3daef1e]
This commit is contained in:
Aryan Salmanpour
2024-11-25 20:40:50 -05:00
committed by GitHub
parent 26edb2e2fe
commit 9394c3cea9
12 changed files with 443 additions and 369 deletions
+1
View File
@@ -9,6 +9,7 @@ Documentation for rocJPEG is available at
* AMD Clang++ is now the default CXX compiler.
* `rocJPEG-setup.py` setup script updates to common package install: Setup no longer installs public compiler package.
* The jpegDecodeMultiThreads sample has been renamed to jpegDecodePerf, and batch decoding has been added to this sample instead of single image decoding for improved performance.
### Removed