Opened 11 years ago Closed 10 years ago #1243 closed enhancement (fixed)preestChromaPredMode is never called
Description
code from line 1355 to 1358 of TEncCu.cpp never works Change History (6)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by fbossen
comment:3 Changed 11 years ago by ksuehring
comment:4 Changed 10 years ago by karlsharman
This setting was explored in the early days of RExt, having spent a little
(there is no change in decoding time)
The option seemed to just move the operating point, improving chroma at
For that reason, the option was not recommended for further RExt
Since then, the option has remained, but the changing of 4:2:2 to
The results using the latest RExt RGB & 4:4:4 test conditions are:
(there is no change in decoding time)
The main 4:4:4 (above) results are similar to the results seen
Since:
comment:5 Changed 10 years ago by ksuehring
Given the performance data, I agree that the code can be removed.
In an inactive state, it is always hard to maintain and easily forgotten with changes in related code. comment:6 Changed 10 years ago by karlsharman
Removed in r4235. 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 exact code is:
The question is whether there is any benefit in setting bSeparateLumaChroma to false. If there is it may be worthwhile making it a configurable option.