3676

Parallel Zigzag Scanning and Huffman Coding for a GPU-based MPEG-2 Encoder

Pablo Montero, Javier Taibo, Victor Gulias, Samuel Rivas
Univ. of A Coruna, A Coruna, Spain
IEEE International Symposium on Multimedia (ISM), 2010

@conference{montero2010parallel,

   title={Parallel Zigzag Scanning and Huffman Coding for a GPU-based MPEG-2 Encoder},

   author={Montero, P. and Taibo, J. and Gul{‘i}as, V. and Rivas, S.},

   booktitle={2010 IEEE International Symposium on Multimedia},

   pages={97–104},

   year={2010},

   organization={IEEE}

}

Source Source   

1962

views

GPUs excel in parallel computations, so they are very efficient calculating the discrete cosine transform of spatial domain images, as required for video encoding. The last steps of MPEG-2 compression, however, are inherently sequential since they require a serial processing of the resulting DCT coefficients. As that can easily become a bottleneck in GPUbased video encoders, in this paper we analyze the problem of computing the zigzag scan and Huffman encoding of a MPEG-2 coefficient block in a GPU. We observed that simply optimizing the parallelism of the serialization and compression algorithm is not enough, and it can actually lead to worse results than a simple approach with no parallelism because of inefficient memory usage, since memory accesses can dramatically slow down the computation. This paper describes three different techniques to calculate the final bit stream for a MPEG-2 quantized coefficient matrix: a simple serial implementation, a fully parallel implementation, and a combination that beats them both when considering the cost of transferring the result to the CPU.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: