Description: Context-adaptive binary arithmetic coding (CABAC) is a form of entropy encoding used in the H.264/MPEG-4 AVC and High Efficiency Video Coding (HEVC) standards. It is a lossless compression technique, although the video coding standards in which it is used are typically for lossy compression applications. CABAC is notable for providing much better compression than most other entropy encoding algorithms used in video encoding, and it is one of the key elements that provides the H.264/AVC encoding scheme with better compression capability than its predecessors.
To Search:
File list (Check if you may need any files):
abac-master
abac-master\LICENSE
abac-master\Makefile
abac-master\README.md
abac-master\base.h
abac-master\bitstream.cpp
abac-master\bitstream.h
abac-master\cabac.cpp
abac-master\cabac.h
abac-master\math.h
abac-master\memory.cpp
abac-master\memory.h
abac-master\test.cpp
abac-master\version.h