Opened 4 years ago

Closed 4 years ago

#1179 closed defect (fixed)

Typo in Equation 199

Reported by: kazui Owned by:
Priority: minor Milestone: VVC D10
Component: spec Version:
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

(Reference: S2001-vC)

layerIdx = DirectRefLayerIdx[ GeneralLayerIdx[ nuh_layer_id ] ][ ilrp_idx[ i ][ RplsIdx ][ j ] ]

should be replaced with

layerIdx = DirectRefLayerIdx[ GeneralLayerIdx[ nuh_layer_id ] ][ ilrp_idx[ i ][ rplsIdx ][ j ] ]

Change history (2)

comment:1 Changed 4 years ago by kazui

(Reference: S2001-vC)

layerIdx = DirectRefLayerIdx[ GeneralLayerIdx[ nuh_layer_id ] ][ ilrp_idx[ i ][ RplsIdx ][ j ] ]
should be replaced with
layerIdx = DirectRefLayerIdx[ GeneralLayerIdx[ nuh_layer_id ] ][ ilrp_idx[ i ][ RplsIdx[ i ] ][ j ] ]

comment:2 Changed 4 years ago by yk

  • Resolution set to fixed
  • Status changed from new to closed

Good catch! Thanks. Will be fixed in JVET-S2001-vD/v13 (by changing "RplsIdx" to "RplsIdx[ i ]").

Note: See TracTickets for help on using tickets.