JPEG-GPU:: a GPGPU Implementation of JPEG Core Coding Systems
Dept. of Electrical and Computer Engineering, University of Wisconsin-Madison
ECE 734 VLSI Array Processors for Digital Signal Processing Project, 2013
@article{li2013jpeg,
title={JPEG-GPU:: a GPGPU Implementation of JPEG Core Coding Systems},
author={Li, Ang},
year={2013}
}
JPEG is a commonly used method of lossy compression for digital photography (image). This work targets on accelerating JPEG’s compressor and decompressor with GPU. Though the final results are not promising, I would like to introduce the lessons I have learned in accelerating a general system with GPGPU.
May 25, 2013 by hgpu