An efficient decoding algorithm on CAVLC in H.264

Xiong Hongkai
DOI: https://doi.org/10.3969/j.issn.1008-0570.2006.26.009
2006-01-01
Abstract: Based on thorough analysis of coding and decoding methods of CAVLC in H.264, this paper proposes two methods, sub-table method and hybrid method from binary tree and sub table, to improve the normal table look-up decoding efficiency implement-ed in reference code. Sub-table method splits the original table into several small ones for improving search efficiency, and binary tree & sub table hybrid method employs binary tree within each sub table. The testing result shows that these two methods can pro-vide 1.7 and 3 times higher speed individually compared with the original one at the cost of only a little memory space.
What problem does this paper attempt to address?