Changes between Initial Version and Version 1 of Ticket #371, comment 2


Ignore:
Timestamp:
26 Jul 2019, 12:34:38 (5 years ago)
Author:
delagrangep
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #371, comment 2

    initial v1  
    33- I can't remember what was said about offsets in slice header.
    44
    5 I would suggest gating both ''slice_joint_cb_cr_sign_flag'' and ''slice_joint_cbcr_qp_offset'' with just ''sps_joint_cbcr_enabled_flag'', and drop the "(ChromaArrayType == 0)" condition since it is somewhat redundant (''sps_joint_cbcr_enabled_flag'' is expected to be false in monochrome).
     5I would suggest gating both ''slice_joint_cb_cr_sign_flag'' and ''slice_joint_cbcr_qp_offset'' with just ''sps_joint_cbcr_enabled_flag'', and drop the "(ChromaArrayType != 0)" condition since it is somewhat redundant (''sps_joint_cbcr_enabled_flag'' is expected to be false in monochrome).