| Opened 14 years ago Closed 14 years ago #217 closed defect (fixed)1-pass ALF problem when STAR_CROSS_SHAPES_LUMA is defined (Not affect common test condition))
 Description
This problem does not happen in common test condition. It only happens when g_uiMaxCUDepth is equal to 0 and 1-pass ALF is applied.  
When STAR_CROSS_SHAPES_LUMA is defined, the selected filter shape for training new coefficients may be wrong. solution
One-line fix. In Line 4851, TencAdaptiveLoopFilter.cpp, add the following code. 
#if STAR_CROSS_SHAPES_LUMA 
 
#endif Change History (4)comment:1 Changed 14 years ago by chiayang_tsai
 comment:2 Changed 14 years ago by davidf
 
Updating component after adding WD (Text) tickets comment:3 Changed 14 years ago by davidf
 comment:4 Changed 14 years ago by davidf
 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 
 | ||||||||||||||||

Fix in r1416