Applications of Digital Image Processing XXVII 2004
DOI: 10.1117/12.564821
|View full text |Cite
|
Sign up to set email alerts
|

The optimization of H.264/AVC baseline decoder on low-cost TriMedia DSP processor

Abstract: The emerging video coding standard, H.264/AVC, exhibits the unprecedented coding performance. Comparing to traditional coders, e.g., MPEG-2 and MEPG-4 ASP, about half bitrate saving is shown in the official verification test. Such outstanding performance makes it become the video compression candidate for the upcoming HD-DVD. As a side effect, it was also blamed that H.264/AVC is much more logically complex and requires more computation power than any of the existing standards. A low-cost and efficient impleme… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
9
0

Year Published

2006
2006
2012
2012

Publication Types

Select...
3
2

Relationship

2
3

Authors

Journals

citations
Cited by 13 publications
(11 citation statements)
references
References 12 publications
0
9
0
Order By: Relevance
“…We implemented both approaches on an SIMD-optimized H.264/AVC decoder. The SIMD-optimized decoder used in this study is based on our previous work [12], which achieves 45.94 frame per second (fps) decoding rate for 720p standard test sequences. The code segment of the optimized decoder is less redundant compared with that of the reference software (http://iphome.hhi.de/suehring/tml/download/ old_jm/jm73.zip) and bit-by-bit correctness of the decoded bitstreams has been verified; therefore, the experimental results are believed to be able to reflect the effectiveness of deblocking filter in practice.…”
Section: Resultsmentioning
confidence: 99%
See 1 more Smart Citation
“…We implemented both approaches on an SIMD-optimized H.264/AVC decoder. The SIMD-optimized decoder used in this study is based on our previous work [12], which achieves 45.94 frame per second (fps) decoding rate for 720p standard test sequences. The code segment of the optimized decoder is less redundant compared with that of the reference software (http://iphome.hhi.de/suehring/tml/download/ old_jm/jm73.zip) and bit-by-bit correctness of the decoded bitstreams has been verified; therefore, the experimental results are believed to be able to reflect the effectiveness of deblocking filter in practice.…”
Section: Resultsmentioning
confidence: 99%
“…Figure 1 shows the execution time distribution of a SIMD-optimized decoder/footnote. The SIMD-optimized decoder used in this study is derived on the basis of our previous work [12]. We can see that deblocking filter still accounts for 38.6% of the execution time of SIMD-optimized H.264/AVC decoding.…”
Section: Introductionmentioning
confidence: 98%
“…We adopt a parallel deblocking filter algorithm [1] and apply UUD on an H.264 decoder. Although the H.264 decoder is in nature more difficult to be parallelized, the experimental results show that the H.264 decoder [20][21] can further speed-up to 20.1%.…”
Section: Introductionmentioning
confidence: 89%
“…Therefore, we focus on improving the multithreading of deblocking filter. Based on the H.264 standard reference software [29] , the H.264 decoder has been optimized with many advanced features [20][21] . We further adopt the parallel deblocking filter algorithm [1] and apply UDispatch on it.…”
Section: H264 Decodermentioning
confidence: 99%
“…Thus, most software approaches of entropy decoding are limited to sequential decoding because the representation of each symbol is variable in size. References [7]- [8] show that entropy decoding occupying a major portion of decoder's timing profiles. To speed up entropy decoding, however, is not as easy as to speed up the other modules of a decoding process by issuing several independent instructions simultaneously.…”
Section: Introductionmentioning
confidence: 99%