mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-10 06:54:04 +09:00
TAV: more format doc updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user