2010 Conference on Design and Architectures for Signal and Image Processing (DASIP) 2010
DOI: 10.1109/dasip.2010.5706266
|View full text |Cite
|
Sign up to set email alerts
|

RVC-CAL dataflow implementations of MPEG AVC/H.264 CABAC decoding

Abstract: To cite this version:Endri Bezati, Marco Mattavelli, Mickael Raulet. AbstractThis paper presents the implementation of the CABAC entropy decoder in the RVC-CAL dataflow programming language. CABAC is the Context based Adaptive Binary Arithmetic Coding entropy decoder used in the AVC/H.264 main and high profile video standard. CABAC as an entropy decoding engine gives a better compression rate efficiency, but has a greater complexity compared to other entropy decoding engines. With the implementation of the CA… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
4
0

Year Published

2011
2011
2022
2022

Publication Types

Select...
5
3
1

Relationship

0
9

Authors

Journals

citations
Cited by 11 publications
(6 citation statements)
references
References 5 publications
0
4
0
Order By: Relevance
“…Significant work exists on parallelizing H.264 and its successor HEVC [41], [42], and some of this work explicitly addresses the issue of statically parallelizing the decoding process. However, existing work mainly considers architectures where the frames used for motion compensation are stored in a central memory, known as the frame buffer, which the decoding threads that run in parallel access concurrently.…”
Section: Resultsmentioning
confidence: 99%
“…Significant work exists on parallelizing H.264 and its successor HEVC [41], [42], and some of this work explicitly addresses the issue of statically parallelizing the decoding process. However, existing work mainly considers architectures where the frames used for motion compensation are stored in a central memory, known as the frame buffer, which the decoding threads that run in parallel access concurrently.…”
Section: Resultsmentioning
confidence: 99%
“…Indeed, stream-processing algorithms naturally exhibit dataflow graphs, which simplifies the application design and task implementation. Recent publications like [1,7] show successful demonstrations of the efficiency of dataflow languages to implement video decoders.…”
Section: Introductionmentioning
confidence: 98%
“…It is a data-centric model and can be represented as a graph, where nodes are the operations that are applied to the incoming data, and edges represent the flow of data. It is used in different domains like signal processing [2], [3], [4], [5] and image [6] or video processing [7]. New languages based on this approach have also been developed [8], [9], [10] and [11].…”
Section: Introductionmentioning
confidence: 99%