Skip to content

Fix issue #438: Correct rounding offset in chroma QP mapping table derivation

Change offset in chroma QP mapping table derivation from (x+1)>>1 to (x+0)>>1.

Edited by Frank Bossen

Merge request reports