Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#1201 closed defect (fixed)

Minor corrections to Range Extensions

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

Description

In O1005v1 there are the following minor errors:

  1. In 8.4.4 "Derivation process for block vector components in intra block copying prediction mode", the text uses x0,y0 which are undefined in this process. (Probably xCb, yCb are correct)
  1. In 8.4.5.1 "General decoding process for intra blocks" the variables xCb,xB0,yCb,yB0 are used to access explicit_rdpcm_dir_flag, but none of these variables are defined in the process
  1. Table 9-4 mentions "explcit_rdpcm_dir_flag[ ][ ][ 0 ]" instead of "explicit_rdpcm_dir_flag[ ][ ][ 0 ]"
  1. Table 9-34 mentions "= chroma_qp_adjustment_table_size_minux1" instead of "= chroma_qp_adjustment_table_size_minus1"
  1. Equation 7-33 uses "Log2MinCuQpChromaAdjustmentSize" instead of "Log2MinCuChromaQpAdjustmentSize"
  1. intra_bc_flag is not mentioned in Table 9-39 (all other arithmetic coded symbols are in this table)

Change History (4)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc davidf joel teruhiko jct-vc@… added

comment:2 Changed 10 years ago by peterderivaz

Another minor correction to add to the list:

In 7.3.8.11 CuPredMode[xC][yC] is accessed. This should probably be CuPredMode[x0][y0] or perhaps CuPredMode[x0+xC][y0+yC].

comment:3 Changed 10 years ago by davidf

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

All of the above (1--7) have been fixed in v2.

Regarding:

  1. use {x,y}Cb
  2. see also #1208 for more general issue

comment:4 Changed 10 years ago by davidf

  • Milestone changed from RExt D6 to RExt D5
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)
  • jct-vc@…(Subscriber)
  • Joel(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Peter de Rivaz(Reporter, Participant)
  • Teruhiko Suzuki(Subscriber)