Opened 10 years ago Closed 9 years ago #1376 closed defect (fixed)SCM-3.0 search range of Nx2N IBC
Description
Nx2N IBC performs full-frame search when full-frame search of IBC is disabled.
Existing code looks like this:
Void TEncSearch::xIntraPatternSearch(…)
should be changed look like this:
Void TEncSearch::xIntraPatternSearch(…) Change History (7)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 10 years ago by cgisquetcomment:3 Changed 10 years ago by jlliao
I am sorry that I do not describe my problem clearly.
IntraBlockCopySearchWidthInCTUs : 3 # Search range for IBC (-1: full frame search)
In that constrained case, 2Nx2N, 2NxN and NxN performs searching within 4 CTUs while Nx2N still performs full frame search. comment:4 Changed 10 years ago by cgisquet
OK, then you're right, and checking also whether FF search is selected, is probably the right thing to do. comment:5 Changed 10 years ago by ksuehring
comment:6 Changed 10 years ago by cgisquet
Dear all, this should really be included in SCM4.0, as this affects SCC CTCs. (e.g. non-fullframe, 4x1, IBC search area). comment:7 Changed 9 years ago by krishna
Fixed in rev 4365 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
|
Actually, it's not a bug, but a feature.
What happens is that this partition is rather helpful, and feeds the cache used in having fast estimation. Please see section 2.3 of S0065, where we mention the positive tradeoff.
I would suggest to selectively deactivate it depending on the intent of the test.