An Optimized Parallel IDCT on Graphics Processing Units
Embedded Systems Architecture, Technische Universitat Berlin, Berlin, Germany
Tenth International Workshop Algorithms, Models and Tools for Parallel Computing on Heterogeneous Platforms (HeteroPar’12), 2012
@article{wang2012optimized,
title={An Optimized Parallel IDCT on Graphics Processing Units},
author={Wang, B. and Alvarez-Mesa, M. and Chi, C.C. and Juurlink, B.},
year={2012}
}
In this paper we present an implementation of the H.264/AVC Inverse Discrete Cosine Transform (IDCT) optimized for Graphics Processing Units (GPUs) using OpenCL. By exploiting that most of the input data of the IDCT for real videos are zero valued coefficients a new compacted data representation is created that allows for several optimizations. Experimental evaluations conducted on different GPUs show average speedups from 1.7x to 7.4x compared to an optimized singlethreaded SIMD CPU version.
September 14, 2012 by hgpu