Opened 11 years ago Closed 11 years ago #1156 closed defect (invalid)Temporal motion vector prediction
Description
in the section 8.5.3.2.7 of ITU-T H.265 (04/2013), derivation of bottom right block location is explained as below
xColBr = xPb + nPbW (8-173)
If yPb >> CtbLog2SizeY is equal to yColBr >> CtbLog2SizeY, yColBr is less than
so, here ( ( xColBr >> 4 ) << 4, ( yColBr >> 4 ) << 4 ) means rounding off the collocated co-ordinates to the multiples of 16 Change History (2)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by fbossen
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
The HM implements this in a somewhat different (but equivalent) way. See the function TComCUMvField::compress(Char* pePredMode, Int scale)