id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 1055,Bug in inference for pps_slice_height_in_tiles_minus1[ i ],hendry197,,"The text provided for adoption of JVET-R0188 has mistake in the inference for pps_slice_height_in_tiles_minus1[ i ] when it is not present. Currently the following is specified: “If SliceTopLeftTileIdx[ i ] % NumTileColumns is equal to NumTileColumns − 1, the value of pps_slice_height_in_tiles_minus1[ i ] is inferred to be equal to 0” That is clearly a mistake. Then intent was and should be as follows: “If SliceTopLeftTileIdx[ i ] / NumTileColumns is equal to NumTileRows − 1, the value of pps_slice_height_in_tiles_minus1[ i ] is inferred to be equal to 0” ",defect,closed,minor,,spec,,fixed,,ksuehring bbross XiangLi fbossen jvet@…