TAV: more format doc updates

This commit is contained in:
minjaesong
2025-09-29 14:51:11 +09:00
parent 1d3d218238
commit 907cc37b01
2 changed files with 20 additions and 4 deletions

View File

@@ -244,7 +244,13 @@ The significance map compression technique implemented on 2025-09-29 provides su
Original: [coeff_array] → [concatenated_significance_maps + nonzero_values]
Concatenated Maps Layout:
[Y_map][Co_map][Cg_map][Y_vals][Co_vals][Cg_vals]
[Y_map][Co_map][Cg_map][Y_vals][Co_vals][Cg_vals] (channel layout 0)
[Y_map][Y_vals] (channel layout 1)
[Y_map][Co_map][Cg_map][A_map][Y_vals][Co_vals][Cg_vals][A_map] (channel layout 2)
[Y_map][A_map][Y_vals][A_map] (channel layout 3)
[Co_map][Cg_map][Co_vals][Cg_map] (channel layout 4)
(replace Y->I, Co->Ct, Cg->Cp for ICtCp colour space)
- Significance map: 1 bit per coefficient (0=zero, 1=non-zero)
- Value arrays: Only non-zero coefficients in sequence per channel