deblocking
Deblocking is a post-processing technique used in lossy image and video compression to reduce blocking artifacts—the visible grid-like patterns that result from block-based quantization. In video, deblocking is often implemented as an in-loop filter inside the decoder, so its results contribute to subsequent prediction and encoding steps. Many standards, including MPEG-2, H.264/AVC, and HEVC, rely on a deblocking filter to improve perceived quality without increasing bit rate.
The deblocking process works by examining the boundaries between blocks and smoothing pixel values along those
Deblocking improves subjective quality and compression efficiency because lower energy is required to encode fewer visible
Overall, deblocking is a key component of modern block-based compression systems, contributing to smoother reconstructed images