Opened 4 years ago

Closed 4 years ago

#1380 closed defect (fixed)

Typo of alf_ctb_cc_cb_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_cb_idc[ xCtb >> CtbLog2SizeY ][ yCtb >> CtbLog2SizeY ] equal to 0 specifies that the cross-component filter is not applied to the coding tree block of the Cb colour component at luma location ( xCtb, yCtb ). When alf_cc_cb_idc[ xCtb >> CtbLog2SizeY ][ yCtb >> CtbLog2SizeY ] not equal to 0, alf_cc_cb_idc[ xCtb >> CtbLog2SizeY ][ yCtb >> CtbLog2SizeY ] − 1 specifies the filter set index of the cross-component filter applied to the coding tree block of the Cb colour component at luma location ( xCtb, yCtb ).”

Should be replaced by:

“alf_ctb_cc_cb_idc[ xCtb >> CtbLog2SizeY ][ yCtb >> CtbLog2SizeY ] equal to 0 specifies that the cross-component filter is not applied to the coding tree block of the Cb colour component at luma location ( xCtb, yCtb ). When alf_ctb_cc_cb_idc[ xCtb >> CtbLog2SizeY ][ yCtb >> CtbLog2SizeY ] not equal to 0, alf_ctb_cc_cb_idc[ xCtb >> CtbLog2SizeY ][ yCtb >> CtbLog2SizeY ] − 1 specifies the filter set index of the cross-component filter applied to the coding tree block of the Cb colour component at luma location ( xCtb, yCtb ).”

Change history (2)

comment:1 Changed 4 years ago by yk

Thanks! Good catch!

Also, "is" is missing in the condition starting with "When".

And, all these changes should also be applied to the semantics of alf_ctb_cc_cr_idc[ xCtb >> CtbLog2SizeY ][ yCtb >> CtbLog2SizeY ].

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.

Note: See TracTickets for help on using tickets.