id summary reporter owner description type status priority milestone component version resolution keywords cc 495 Mismatch between software and text on BDOF Yusuke_Kato "Suggest to align Spec to SW 8.5.6.5 Bi-directional optical flow prediction process vx = sGx2 > 0 ? Clip3( −mvRefineThres, mvRefineThres, −( sGxdI << 3 ) >> Floor( Log2( sGx2 ) ) ) : 0 (8-817) ... bdofOffset = ( vx * ( gradientHL0[ x + 1 ][ y + 1 ] − gradientHL1[ x + 1 ][ y + 1 ] ) ) >> 1 + ( vy * (gradientVL0[ x + 1 ][ y + 1 ] − gradientVL1[ x + 1 ][ y + 1 ] ) ) >> 1 (8-819) shall be corrected to: 8.5.6.5 Bi-directional optical flow prediction process vx = sGx2 > 0 ? Clip3( −mvRefineThres, mvRefineThres, [[span(style=color: #FF0000, ( sGxdI << 3 ))]] >> Floor( Log2( sGx2 ) ) ) : 0 (8-817) ... bdofOffset = [[span(style=color: #FF0000, ( vx * ( gradientHL0[ x + 1 ][ y + 1 ] − gradientHL1[ x + 1 ][ y + 1 ] ) + vy * (gradientVL0[ x + 1 ][ y + 1 ] − gradientVL1[ x + 1 ][ y + 1 ] ) + 1) >> 1)]] (8-819) " defect closed minor spec VVC D6 vE fixed ksuehring bbross XiangLi fbossen jvet@…