An efficient method of Huffman decoding for MPEG-2 AAC and its performance analysis Jae-Sik Lee Jong-Hoon Jeong Tae-Gyu Chang This paper appears in: Speech and Audio Processing, IEEE Transactions on |
Abstract This paper presents a new method for Huffman decoding specially designed for the MPEG-2 AAC audio. The method significantly enhances the processing efficiency of the conventional Huffman decoding realized with the ordinary binary tree search method. A data structure of one-dimensional array is newly designed based on the numerical interpretation of the incoming bit stream and its utilization for the offset oriented nodes allocation. The Huffman tree implemented with the proposed data structure allows the direct computation of the branching location, eliminating the need for the pipeline-violating "compare and jump" instructions. The experimental results show the average performance enhancement of 67% and 285%, compared to those of the conventional binary tree search method and the sequential search method, respectively. The proposed method also shows slightly better processing efficiency, while requiring much less memory space, compared even with those up-to-date efficient search methods of Hashemian and its variants. |
Friday, April 07, 2006
An efficient method of Huffman decoding for MPEG-2 AAC and its performance analysis
Subscribe to:
Post Comments (Atom)
2 comments:
Is this method more efficient than the 2-step algorithm used in FAAD?
I believe this is as efficient as it gets
Post a Comment