Bit depth = number of available integer levels
In a full-range representation, n bits provide 2^n code values: 8-bit gives 256, 10-bit 1024 and 12-bit 4096. Narrow/video range uses a subset of those codes, but the key point remains: extra bits reduce the quantisation step and increase transform precision.






