Opened 12 years ago

Closed 12 years ago

#517 closed defect (fixed)

Clip function for SAO text

Reported by: chiayang_tsai Owned by: bbross
Priority: minor Milestone: D7
Component: Text Version: D6 (H1003) dI/dJ/dK
Keywords: Cc: bbross, wjhan, jct-vc@…

Description

In 8.7.2.1.1 (H1003_dK)text, Clip3() should be added to SAO output in equation (8-353) and equation (8-355).

The modifications are as follows:

1.(8-353)
recSaoPicture[ xC + i, yC + j ] = Clip3(0,( 1 << bitDepth ) − 1 , recPicture[ xC + i, yC + j ] + saoValueArray[ edgeTable[ edgeIdx ] ])

2.(8-355)
recSaoPicture[ xC + i, yC + j ] = Clip3(0,( 1 << bitDepth ) − 1 ,recPicture[ xC + i, yC + j ] + saoValueArray[ bandTable[ bandIdx ] ] )

Change History (3)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 12 years ago by bbross

  • Milestone changed from WD6 to D7

comment:3 Changed 12 years ago by bbross

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

Fixed in draft 7 (JCVTC-I1003_d3.doc)

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)
  • Chia-Yang Tsai(Reporter)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Woo-Jin Han(Subscriber)