Opened 10 years ago

Closed 10 years ago

#52 closed defect (fixed)

Pixel location in full-sample unit is wrongly set as that in quarter-sample unit in VSP process H.8.5.3.3.8

Reported by: jicheng Owned by: tech
Priority: minor Component: 3D-HEVC text
Version: 3D-HEVC Draft 2 Keywords:
Cc: tech, jct-3v@…

Description

In H.8.5.3.3.8,

  1. The following equation

xIntL = xP + xL+ disparitySamples[ xL ][ yL ] (H 235)
should be modified as
xIntL = xP + xL+ (disparitySamples[ xL ][ yL ])>>2 (H 235)

  1. The following equation

xIntC = ( xP / 2 ) + xC + disparitySamples[ xC << 1 ][ yC << 1 ] (H 239)
should be modified as
xIntC = ( xP / 2 ) + xC + (disparitySamples[ xC << 1 ][ yC << 1 ]>>3) (H 239)

Change history (2)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc tech jct-3v@… added

comment:2 Changed 10 years ago by tech

  • 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

  • Gerhard Tech(Owner, Subscriber, Participant, Always)
  • jct-3v@…(Subscriber)
  • Jicheng(Reporter)
  • Karsten Suehring(Always)