Opened 4 years ago

Closed 4 years ago

#768 closed defect (fixed)

Typo in chroma QP for deblocking

Reported by: chiaming Owned by:
Priority: minor Milestone:
Component: spec Version: VVC D7 vE
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

In "8.8.3.6.3 Decision process for chroma block edges",

The variable QpP is derived as follows:
– The luma location ( xTbP, xTbP ) is set as the top-left luma sample position of the transform block containing the sample p0,0, relative to the top-left luma sample of the picture.
– If TuCResMode[ xTbP ][ yTbP ] is equal to 2, QpP is set equal to Qp′CbCr of the transform block containing the sample p0,0.
...
The variable QpQ is derived as follows:
– The luma location ( xTbQ, xTbQ ) is set as the top-left luma sample position of the transform block containing the sample q0,0, relative to the top-left luma sample of the picture.
– If TuCResMode[ xTbQ ][ yTbQ ] is equal to 2, QpQ is set equal to Qp′CbCr of the transform block containing the sample q0,0.
...

It should be fixed to

The variable QpP is derived as follows:
– The luma location ( xTbP, yTbP ) is set as the top-left luma sample position of the transform block containing the sample p0,0, relative to the top-left luma sample of the picture.
– If TuCResMode[ xTbP ][ yTbP ] is equal to 2, QpP is set equal to Qp′CbCr of the transform block containing the sample p0,0.
...
The variable QpQ is derived as follows:
– The luma location ( xTbQ, yTbQ ) is set as the top-left luma sample position of the transform block containing the sample q0,0, relative to the top-left luma sample of the picture.
– If TuCResMode[ xTbQ ][ yTbQ ] is equal to 2, QpQ is set equal to Qp′CbCr of the transform block containing the sample q0,0.
...

Change history (1)

comment:1 Changed 4 years ago by bbross

  • Resolution set to fixed
  • Status changed from new to closed

Thanks for reporting!

This has been fixed in JVET-Q2001-v5.

Note: See TracTickets for help on using tickets.