Opened 10 years ago

Closed 10 years ago

#1254 closed defect (fixed)

Inconsistency between reference decoder and spec in filtering process for chroma block edges

Reported by: jackh Owned by:
Priority: minor Milestone: RExt D6
Component: RExt text Version: RExt D6 (P1005) v1
Keywords: Cc: davidf, joel, teruhiko, jct-vc@…

Description

In section 8.7.2.5.5 of P1005, it says:

The variable QpC is determined as specified in Table 8-10 based on the index qPi derived as follows:

qPi = ( ( QpQ + QpP + 1 ) >> 1 ) + cQpPicOffset (8-339)

In order to be internally consistent with section 8.6.1 and also with the reference decoder, I think this should instead say:

  • If ChromaArrayType is equal to 1, the variable QpC is determined as specified in Table 8-10 based on the index qPi derived as follows:

qPi = ( ( QpQ + QpP + 1 ) >> 1 ) + cQpPicOffset (8-339)

  • Otherwise, QpC is set equal to Min(qPi, 51).

Change History (3)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc davidf joel teruhiko jct-vc@… added

comment:2 Changed 10 years ago by davidf

  • Milestone changed from RExt D6 to RExt D7

comment:3 Changed 10 years ago by davidf

  • Milestone changed from RExt D7 to RExt D6
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in P1005_v4

Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber, Participant)
  • Jack Haughton(Reporter)
  • jct-vc@…(Subscriber)
  • Joel(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Teruhiko Suzuki(Subscriber)