NVIDIA / NVIDIA/CUDALibrarySamples
nvjpeg Encoding Algorithm
Open
@zohebk-nv is already working on this.
Since Jun 25, 2024.
nvJPEG
- Dominant language
- Cuda
- Stars
- 2.5k
- Forks
- 478
- PR merge metrics
- No merged PRs in 30d
Description
I create Encode handle and state and Encode params. I set Encoding Algorithm by function nvjpegEncoderParamsSetEncoding(params_.encoder_params,encoding,params_.stream); the encoding content is NVJPEG_ENCODING_PROGRESSIVE_DCT_HUFFMAN. I get a function parameter error #2. when i select NVJPEG_ENCODING_BASELINE_DCT It is Ok. have anyone can tell me why? how can i solve this problem.
### Tasks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.