cavlc decoder :: Overview
Project maintainers
Details
Name: cavlc
Created: Oct 21, 2011
Updated: Feb 8, 2012
SVN Updated: Nov 4, 2011
SVN: Browse
Latest version: download
Statistics: View
Other project properties
Category: Arithmetic core
Language: Verilog
Development status: Beta
Additional info:
Design done
WishBone Compliant: No
License: LGPL
Features
- Compatible with ITU-T H.264 (05/2003), but it do not calculate nC and store TotalCoeff,
you need to add a nC_decoder outside this core.
- New structure for run_before decoder, the core doesn't save Runs in flip-flops and
doesn't need the run_combine process, this feature reduces both cycle and resource.
- this core has a simple interface
- 9 cycles per cavlc block on average
- Fully synchronous design, Fully synthesisable
