Opened 4 years ago
Closed 4 years ago
#1276 closed defect (fixed)
Typo of xIntL, yIntL, xFracL, and yFracL
Reported by: | hangao | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
in 8.5.6.3.1
– Otherwise, the prediction luma sample value predSamplesLX[ xL ][ yL ] is derived by invoking the luma sample 8-tap interpolation filtering process as specified in subclause 8.5.6.3.2 with ( xIntL − ( brdExtSize > 0 ? 1 : 0 ), yIntL − ( brdExtSize > 0 ? 1 : 0 ) ), ( xFracL, yFracL ), ( xSbIntL, ySbIntL ), refPicLX, hpelIfIdx, sbWidth, sbHeight, dmvrFlag, refWraparoundEnabledFlag, scalingRatio[ 0 ], scalingRatio[ 1 ], and ( xSb, ySb ) as inputs.
The "L" of the bold words above should be subscript.
Similar typo for the "C" in the xIntC, yIntC, xFracC, and yFracC of the same section
Change history (1)
comment:1 Changed 4 years ago by jlchen
- Resolution set to fixed
- Status changed from new to closed
Good catch! this will be fixed in S2001-vH release.