Opened 11 years ago Closed 11 years ago #1105 closed defect (invalid)colPb location hadn't be correct
Description
accodding to 8.5.3.2.7 of JCTVC_L1003_V34 , the location of colPb need align with 16, but this is not corrected on HM-10 Change History (4)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by ksuehring
comment:3 Changed 11 years ago by jesanluo
Sorry about my rough description;
the code line 2580 of getInterMergeCandidates in TComDataCu.cpp we need change to like this
because g_auiRasterToZscan descrip 4*4 block and there need to 16*16 block left top location
the same change need apply to line 3376 , line 2925 , line 2916 and line 2589
line 2585 and line 2921 can be deleted
thank you! comment:4 Changed 11 years ago by fbossen
I suggest you look at TComDataCU::compressMV() which is the function taking care of the MV subsampling 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
|
Can you be more precise in terms of which section of the code you are referring to?
Does that apply to HM 11 (which has just been tagged)?