Opened 4 years ago
Closed 4 years ago
#1110 closed defect (fixed)
Wrong table references for RPR interpolation filters
Reported by: | jonatan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | VVC D10 |
Component: | spec | Version: | VVC D9 vB |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
Section 8.5.6.3.2 (Luma sample interpolation filtering process) includes two references each to tables 28 and 29 but in both cases the references have been mixed (it says 28 where it should say 29 and vice versa).
The following:
– Otherwise, if scalingRatio[ 0 ] is greater than 28 672, luma interpolation filter coefficients fLH[ p ] are specified in Table 28.
– Otherwise, if scalingRatio[ 0 ] is greater than 20 480, luma interpolation filter coefficients fLH[ p ] are specified in Table 29.
Should be:
– Otherwise, if scalingRatio[ 0 ] is greater than 28 672, luma interpolation filter coefficients fLH[ p ] are specified in Table 29.
– Otherwise, if scalingRatio[ 0 ] is greater than 20 480, luma interpolation filter coefficients fLH[ p ] are specified in Table 28.
Change history (2)
comment:1 Changed 4 years ago by bbross
- Milestone set to VVC D10
- Version set to VVC D9 vB
comment:2 Changed 4 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Good catch, will be fixed in JVET-S2001-v7.