Opened 11 years ago Closed 11 years ago #1186 closed defect (fixed)Use xCalcHADs2x2 in TComRdCost::calcHAD for sizes not multiple 8 / 4
Description
The calculation function TComRdCost::calcHAD calls size-specific calculation functions xCalcHADs8x8 for image sizes multiple 8 and xCalcHADs4x4 for sizes multiple 4 but is also using xCalcHADs8x8 for any other size (Line 440 of TComRdCost.cpp)
This seems like a bug - the 2x2 specific function xCalcHADs2x2 shall be used instead. 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
|
Removed buggy path in r3775