Opened 6 months ago

#1522 new defect

Offset issue in clause 8.5.4.3

Reported by: crosewarne Owned by:
Priority: minor Milestone:
Component: Text Version: v5 (02/2018)
Keywords: Cc: bbross, jvet@…

Description

(filed on behalf of Min Woo)

In section 8.5.4.3, Equation (8-279) appears to have an issue.

resSamples is a block level array but picture-level offsets (xCb, yCb) are applied when addressing samples in this array. The equation should instead be:

  1. The (nCbS)x(nCbS) residual sample array of the current coding block resSamples is modified as follows, for i = 0..nTbS − 1, j = 0..nTbS − 1:

resSamples[ xB0 / SubWidthC + i, yBN / SubHeightC + j ] = transformBlock[ i, j ] (8 279)

Change History (0)

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

  • Benjamin Bross(Subscriber)
  • Chris Rosewarne(Reporter)
  • jvet@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)