Hello.
I'am looking for opensource or sample code JPEG decoding in GPU(AMD).
I work for a company which develop image transfer using network.
And, I have to develop Jpeg Decoder in GPU.
Is there Any hint or sample and opensource?
Please comment this.
Thank you.
Solved! Go to Solution.
I went hunting and found another potential resource: an open source project for implementing jpeg on OpenCL.
https://code.google.com/p/jpeg-opencl/
I also found a link direct to the example for this library, at the link below. It appears to be well commented.
You may look into libjpegTurbo, a SIMD accelerated libjpeg-compatible JPEG codec library.
Thanks,
I went hunting and found another potential resource: an open source project for implementing jpeg on OpenCL.
https://code.google.com/p/jpeg-opencl/
I also found a link direct to the example for this library, at the link below. It appears to be well commented.