Opened 8 years ago

Closed 4 years ago

#1432 closed defect (fixed)

Error in Truncated Binary binarisation process.

Reported by: adil.parvez Owned by:
Priority: minor Milestone:
Component: SCC text Version:
Keywords: binarisation Cc: rajan_joshi, jct-vc@…

Description

In JCTVC-U1005-v2.doc, in 9.3.3.6 Truncated Binary (TB) binarization process.
Equation block 9-17 says

u = 2k + 1 - n,

this should be

u = 2(k + 1) - n, or u = 1 << (k + 1) - n.

Also the accompanying text doesn't make sense, in the invoked FL processes we want the variable fixedLength to equal k, k + 1 respectively. So consider introducing a binary binarisation process where we specify the number of bits with which we write the symbol value.

Then

– Otherwise, if synVal less than u, the TB bin string is derived by invoking the FL binarization process specified in clause 9.3.3.5 for synVal with the input symbolVal set to k and with cMax.

becomes

– Otherwise, if synVal less than u, the TB bin string is derived by invoking the Binary binarization process specified in clause X.X.X.X for synVal with numBits set to k.

And

– Otherwise (synVal greater than or equal to u), the TB bin string is derived by invoking the FL binarization process specified in clause 9.3.3.5 for synVal + u with the input symbolVal set to ( k + 1 ) and with cMax.

becomes

– Otherwise (synVal greater than or equal to u), the TB bin string is derived by invoking the Binary binarization process specified in clause X.X.X.X for synVal + u with numBits set to k + 1.

Finally consider replacing synVal with symbolVal for consistency with the other binarisation processes.

Change History (2)

comment:1 Changed 4 years ago by crosewarne

Corrected prior to publication in v4.
Other recommendations seem to be editorial in nature and were not accepted.

comment:2 Changed 4 years ago by crosewarne

  • 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

  • Adil Parvez(Reporter)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Rajan Joshi(Subscriber)