Here is some formulation for some of the most widelly used quantizers in image and video compression standards. Not only the direct and inverse quantization step formulation is shwon but also the formulation to calculate the lower and upper bounds, the centroid and the reconstruction point of each decission interval based on parameter (the decission interval index)
In the next equations:
- is the transformed coefficient before quantization
- is the quantized coefficient after the direct quantization step
- is the recovered value after the inverse quantization step
- is a constant used for defining the recovering location in each quantization interval. Allowed values are in the interval
- is a contant used for defining the size of the deadzone. Allowed values are in the interval
- is an offset or also known as rounding factor that sets the width of the deadzone.
- stands for the quantization step size or QStep
- is the value of the lower bound of the decision bin or quantization step with index
- is the value of the upper bound of interval
- is the value recovered for interval
- is the value in the center of interval .
USQ – Uniform Scalar Quantizer
This is the general uniform quantizer in its mid-tread form.
General Formulation:
Quantization Intervals Formulation:
UDZQ – Uniform Dead Zone Quantizer
This is the formulation for a standard quantizer with deadzone twice the size of the Qstep.
General Formulation:
Quantization Intervals Formulation:
UDZQ+O – Uniform Dead Zone Quantizer + Offset
General Formulation:
Quantization Intervals Formulation:
UVDZQ – Uniform Variable Dead Zone Quantizer.
General Formulation:
Quantization Intervals Formulation: