Opened 4 years ago
Closed 4 years ago
#1381 closed defect (fixed)
Typo of alf_ctb_cc_cr_idc in 7.4.12.2
Reported by: | XieFuchun | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D10 vG |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
“alf_ctb_cc_cr_idc[ xCtb >> CtbLog2SizeY ][ yCtb >> CtbLog2SizeY ] equal to 0 specifies that the cross-component filter is not applied to the coding tree block of the Cr colour component at luma location ( xCtb, yCtb ). When alf_cc_cr_idc[ xCtb >> CtbLog2SizeY ][ yCtb >> CtbLog2SizeY ] not equal to 0, alf_cc_cr_idc[ xCtb >> CtbLog2SizeY ][ yCtb >> CtbLog2SizeY ] − 1 specifies the filter set index of the cross-component filter applied to the coding tree block of the Cr colour component at luma location ( xCtb, yCtb ).”
Should be replaced by:
“alf_ctb_cc_cr_idc[ xCtb >> CtbLog2SizeY ][ yCtb >> CtbLog2SizeY ] equal to 0 specifies that the cross-component filter is not applied to the coding tree block of the Cr colour component at luma location ( xCtb, yCtb ). When alf_ctb_cc_cr_idc[ xCtb >> CtbLog2SizeY ][ yCtb >> CtbLog2SizeY ] not equal to 0, alf_ctb_cc_cr_idc[ xCtb >> CtbLog2SizeY ][ yCtb >> CtbLog2SizeY ] − 1 specifies the filter set index of the cross-component filter applied to the coding tree block of the Cr colour component at luma location ( xCtb, yCtb ).”
Change history (2)
comment:1 Changed 4 years ago by yk
comment:2 Changed 4 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Fixed as discussed/suggested in JVET-T0110-v2.
Oh, just noticed this ticket after commenting the previous ticket (#1380) on alf_ctb_cc_cb_idc. See the comments there.