cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

soo
Journeyman III

Is there any opensource for JPEG decoding in GPU(AMD)?

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.

0 Likes
1 Solution
jtrudeau
Staff

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.

example.c - jpeg-opencl - using opencl to optimizating jpeg encoding decoding - Google Project Hosti...

View solution in original post

0 Likes
2 Replies
gopal
Staff

You may look into libjpegTurbo, a SIMD accelerated libjpeg-compatible JPEG codec library.

Thanks,

jtrudeau
Staff

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.

example.c - jpeg-opencl - using opencl to optimizating jpeg encoding decoding - Google Project Hosti...

0 Likes