Opened 5 years ago
Closed 5 years ago
#960 closed defect (fixed)
typo in bitstream conformance requirement
Reported by: | eeehey | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | spec | Version: | |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
On page 113 (d8vE):
Let refPicOutputWidthL and refPicOutputHeightL be the PicOutputWidthL and PicOutputHeightL, respectively, of a reference picture of a current picture referring to this PPS. Is a requirement of bitstream conformance that all of the following conditions are satisfied:
– PicOutputWidthL * 2 shall be greater than or equal to refPicWidthInLumaSamples.
– PicOutputHeightL * 2 shall be greater than or equal to refPicHeightInLumaSamples.
– PicOutputWidthL shall be less than or equal to refPicWidthInLumaSamples * 8.
– PicOutputHeightL shall be less than or equal to refPicHeightInLumaSamples * 8.
"refPicWidthInLumaSamples" shall be "refPicOutputWidthL"
"refPicHeightInLumaSamples" shall be "refPicOutputHeightL"
Change history (2)
comment:1 Changed 5 years ago by yk
comment:2 Changed 5 years ago by yk
- Resolution set to fixed
- Status changed from new to closed
Good catch! Thanks! Will be fixed in JVET-R2001-v8. Furthermore, I will change refPicOutputWidthL and refPicOutputHeightL to something like refPicScalWinWidthL and refPicScalWinHeightL, respectively, as the current naming of the variables is confusing.