In HEVC, the compression artifacts are highly influenced by the quad-tree based CTU partition. For the proposed MIF approach, we have considered the partition information, and provided the corresponding data files in our database.
The CU and TU depth information for all 182 video sequences is stored in 4368 files, organized in folders HIF_LDP_Info/, HIF_LDB_Info/ and HIF_RA_Info/ for the LDP, LDB and RA configurations, respectively. All files are named with the following rule:
Info_(configuration)_(video name)_(QP value)_(number of frames)_(CUDepth/TUDepth).dat
The minimum CU and TU sizes in HEVC are 8×8 and 4×4. Therefore, the pixels in each adjacent 16×16 block share the same CU depth, and the pixels in each adjacent 8×8 block share the same TU depth. We describe the CTU partition of each video sequence, via storing them in two 3-D arrays:
(1)
(2)
Here,
Then, the above two arrays (format of unsigned char) are written into the corresponding files: Info_XX_(CUDepth/TUDepth).dat.
Video sequence garden_sif.yuv, 352$\times$240, 115 frames in total.
For each frame,
Taking QP 32 as an example, the CU file HIF_RA_Info/Info_RA_garden_sif_qp32_nf115_CUDepth.dat and the TU file HIF_RA_Info/Info_RA_garden_sif_qp32_nf115_TUDepth.dat are 330×115 = 37,950 bytes and 1320×115 = 151,800 bytes in size, respectively.
The partition information of the 47th frame (POC 46) is shown below.
(1) CU partition: corresponding data are stored in the (15,181-15,510)th bytes of the CU file.
(2) TU partition: corresponding data are stored in the (60,721-62,040)th bytes of the TU file.