Skip to content

Fix mismatches in SPS/PPS syntax ordering

Brian Heng requested to merge bheng/VVCSoftware_VTM:fix_syntax_ordering into master
  • Move the following SPS syntax elements:
      sps_log2_ctu_size_minus5
      sps_idr_rpl_present_flag
      sps_bdof_pic_present_flag
      sps_smvd_enabled_flag
      sps_dmvr_pic_present_flag
      sps_isp_enabled_flag
      sps_mip_enabled_flag
      sps_sbt_enabled_flag
      sps_lfnst_enabled_flag
      sps_affine_amvr_enabled_flag
      sps_affine_prof_enabled_flag
      sps_prof_pic_present_flag
      sps_bcw_enabled_flag
  • Move the following PPS syntax elements:
      entropy_coding_sync_enabled_flag
      constant_slice_header_params
  • Add missing monochrome conditions for the following SPS syntax elements:
      qtbtt_dual_tree_intra_flag
      sps_cclm_enabled_flag
  • Add missing sps_mrl_enabled_flag and associated behavior.

  • Remove transquant_bypass_enabled_flag from PPS.

Merge request reports