Opened 6 years ago
Closed 6 years ago
#92 closed defect (fixed)
Clipping is missing in luma/chroma sample interpolation processes
Reported by: | phanhart | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VVC D3 v1 |
Component: | spec | Version: | VVC D2 v6 |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In the luma sample interpolation process (clause 8.3.4.3.2), the input luma location in full-sample units ( xIntL, yIntL ) may be outside of the picture. However, clipping to the picture boundaries in only applied in the dimension for which interpolation is performed. Clipping to the picture boundaries should be added even when no interpolation is performed in a dimension:
- Clipping of xIntL and yIntL should be added in equation (8-359)
- Clipping of yIntL should be added in equation (8-360)
- Clipping of xIntL should be added in equation (8-361)
The chroma sample interpolation process (clause 8.3.4.3.3) has the same problem.
Change history (2)
comment:1 Changed 6 years ago by bbross
- Milestone set to VVC D3 v1
comment:2 Changed 6 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed in D3 v1