Exponential-Golomb coding
ID: exponential-golomb-coding
Exponential-Golomb coding (also known as Exp-Golomb coding) is a form of entropy coding used primarily in applications such as video coding (e.g., in the H.264/MPEG-4 AVC standard) and other data compression schemes. It is particularly effective for encoding integers and is designed to efficiently represent small values while allowing for larger values to be represented as well.
New to topics? Read the docs here!