The latest patent on L11 metadata defines the block more precisely:
// byte 0
content_type u(4)
content_sub_type u(4)
// byte 1
white_point u(4)
reference_mode_flag u(1)
reserved u(3)
// byte 2
sharpness u(2)
noise_reduction u(2)
mpeg_noise_reduction u(2)
frame_rate_conversion u(2)
// byte 3
brightness u(2)
color u(2)
reserved1 u(2)
reserved2 u(2)
However I'm not sure that the existing implementations actually behave correctly according to these changes.
For example, increasing the intended whitepoint never becomes warmer, always colder.
While it's specified that 0 is default (no changes) and 4 is now D65.
The latest patent on L11 metadata defines the block more precisely:
However I'm not sure that the existing implementations actually behave correctly according to these changes.
For example, increasing the intended whitepoint never becomes warmer, always colder.
While it's specified that 0 is default (no changes) and 4 is now D65.