Skip to content

Fix segment coding mismatch for HDR (delta qp)

Karsten Suehring requested to merge ksuehring/HM:fix_segment_mismatch_hdr into master

m_bEncodeDQP was not reset at the beginning of a new CTU. This could lead to wrong cost calculation in following CTUs. Especially it caused a mismatch in segment based coding.

Merge request reports