Opened 12 years ago

Closed 11 years ago

#809 closed defect (fixed)

Several typos in WD9

Reported by: junxu Owned by: bbross
Priority: minor Milestone:
Component: Text Version: D9 (K1003) v4
Keywords: Cc: bbross, wjhan, jct-vc@…

Description

  1. Section 8.4.4.2.3

"Output of this process are:
– filtered samples pF[ x ][ y ],. with x, y = -1..2*nT-1."
--> extra period after comma.

  1. Section 8.4.4.2.3

Inconsistent variable names:"intraHorVerDistThres", "intraHorVerDistThresh".

  1. Equation 8-242

"with i = 0..nT, j = 0..nT" should be "with i = 0..nT-1, j = 0..nT-1" since "a (nT)x(nT) array transformBlock" can not have an index from 0 to nT in any dimension.

  1. Equation 8-243

"with i = 0..nT, j = 0..nT" should be "with i = 0..nT-1, j = 0..nT-1" since "a (nT)x(nT) array transformBlock" can not have an index from 0 to nT in any dimension.

  1. Section 9.2.1, "Error! Reference source not found."

Change History (2)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 11 years ago by bbross

  • Resolution set to fixed
  • Status changed from new to closed
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(Owner, Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • Jun Xu(Reporter)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Woo-Jin Han(Subscriber)