CTUs
CTU stands for Coding Tree Unit, the fundamental processing unit in the High Efficiency Video Coding (HEVC, also known as H.265) standard. A CTU represents the top-level block that encodes a region of a video frame, and frames are divided into CTUs in raster order. The maximum CTU size is 64 by 64 pixels, allowing the encoder to choose appropriate block sizes for different content areas.
Within each CTU, the image data is partitioned into Coding Units (CUs) using a quadtree structure. CUs
Encoding and decoding revolve around selecting CTU, CU, PU (Prediction Units), and TU partitions to minimize
Compared to previous standards such as H.264/AVC, HEVC's CTU-based structure reduces overhead and improves compression efficiency