Opened 5 years ago
Closed 5 years ago
#727 closed defect (fixed)
Wrong filter coefficient value specified for CCLM
Reported by: | afilippov | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D7 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In Section "8.4.5.2.13 Specification of INTRA_LT_CCLM, INTRA_L_CCLM and INTRA_T_CCLM intra prediction mode", filter coefficient F1[ 1 ] is incorrectly assigned to 1:
F1[ 0 ] = 2, F1[ 1 ] = 1 (356)
As suggested in ticket #581, filter coefficient F1[ 1 ] should be set to 0, instead:
F1[ 0 ] = 2, F1[ 1 ] = 0 (356)
Change history (1)
comment:1 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Thanks for reporting!
This is fixed in JVET-Q2001-v3.