Skip to content

fix HDR luma dQP to support bitdepth other than 10 bit

Taoran Lu requested to merge tlu/VVCSoftware_VTM:lumaDQP-generalBD-fix into master

currently HDR luma delta QP only supports mapping from 10bit code value to delta QP. For other bitdepth, the mapping is wrong. This quick fix shift the code value to 10bit value to get proper dQP mapping.

Merge request reports