#1118 closed defect (fixed)initPattern uses wrong pixel offsets for boundary calculations, but results are still correct
Description
In TComPattern::initPattern, pcCU->getCUPelX() and Y are used in calculations to determine picture boundaries, but something like pcCU->getPic()->getCU( pcCU->getAddr())->getCUPelX() is the correct thing to use. (A CTU based g_auiRasterToPelX offset is being added to this value.)
It seems that the uiOffsetLeft and uiOffsetAbove calculation results don't change with this modification, as we're only interested in determining if we're at picture boundaries which occurs only when everything is zero. Change History (3)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 10 years ago by karlsharman
comment:3 Changed 10 years ago by ksuehring
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
|
Also see #296.
Code not present due to merger with RExt.