Opened 11 years ago

Closed 10 years ago

#1133 closed defect (fixed)

Error in tsShift calculation with extended_precision_processing_flag

Reported by: kimse@… Owned by:
Priority: minor Milestone: RExt D5
Component: RExt text Version: RExt D4 (N1005) v3
Keywords: Cc: davidf, joels@…, teruhikos@…

Description

In Eq. (8-272), Max' should be replaced by Min' as follows:

tsShift = extended_precision_processing_flag ? Max( 7, bdShift ) : 7

with:

tsShift = extended_precision_processing_flag ? Min( 7, bdShift ) : 7

See JCTVC-N0275

Change History (2)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc davidf joels@… teruhikos@… added

comment:2 Changed 10 years ago by davidf

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

Fixed in O1005v1

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)
  • joels@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • kimse@…(Reporter)
  • teruhikos@…(Subscriber)