id summary reporter owner description type status priority milestone component version resolution keywords cc 1295 Typo in 8.5.5.7 abe.kiyo "In 8.5.5.7 Derivation process for luma affine control point motion vector predictors, the neighboring sample locations are defined as follows: 3.The sample locations ( xNbA0, yNbA0 ), ( xNbA1, yNbA1 ), ( xNbA2, yNbA2 ), ( xNbB0, yNbB0 ), ( xNbB1, yNbB1 ), and ( xNbB2, yNbB2 ) are derived as follows: ( xA0, yA0 ) = ( xCb − 1, yCb + cbHeight ) (811) ( xA1, yA1 ) = ( xCb − 1, yCb + cbHeight − 1 ) (812) ( xB0, yB0 ) = ( xCb + cbWidth , yCb − 1 ) (813) ( xB1, yB1 ) = ( xCb + cbWidth − 1, yCb − 1 ) (814) ( xB2, yB2 ) = ( xCb − 1, yCb − 1 ) (815) I would suggest to fix it as follows: 3.The sample locations ( xNbA0, yNbA0 ), ( xNbA1, yNbA1 ), [[span(style=color:#FF0000,~~( xNbA2, yNbA2 ),~~)]] ( xNbB0, yNbB0 ), ( xNbB1, yNbB1 ), and ( xNbB2, yNbB2 ) are derived as follows: [[span(style=color:#FF0000,( xNbA0, yNbA0 ))]] = ( xCb − 1, yCb + cbHeight ) (811) [[span(style=color:#FF0000,( xNbA1, yNbA1 ))]] = ( xCb − 1, yCb + cbHeight − 1 ) (812) [[span(style=color:#FF0000,( xNbB0, yNbB0 ))]] = ( xCb + cbWidth , yCb − 1 ) (813) [[span(style=color:#FF0000,( xNbB1, yNbB1 ))]] = ( xCb + cbWidth − 1, yCb − 1 ) (814) [[span(style=color:#FF0000,( xNbB2, yNbB2 ))]] = ( xCb − 1, yCb − 1 ) (815)" defect closed minor spec fixed ksuehring bbross XiangLi fbossen jvet@…