id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 553,Issue in RowHeight[] access,forayr,,"By its construction in 6.5.1, RowHeight is accessed by a tile row index. However, when it is used in table and semantics, it is accessed using a tile index. The following change should be done in the specification: In the PPS description: {{{#!diff for( i = 0; brick_splitting_present_flag && i <= num_tiles_in_pic_minus1; i++ ) { + tileY = i / NumTileCols - if( RowHeight[ i ] > 1 ) + if( RowHeight[ tileY ] > 1 ) brick_split_flag[ i ] if( brick_split_flag[ i ] ) { - if( RowHeight[ i ] > 2 ) + if( RowHeight[ tileY ] > 2 ) uniform_brick_spacing_flag[ i ] }}} In the semantics of brick_height_minus1[i] and num_brick_rows_minus2[i], RowHeight[ i ] should be replaced by RowHeight[ tileY ]",defect,closed,minor,,spec,VVC D6 vE,fixed,,ksuehring bbross XiangLi fbossen jvet@…