| Opened 15 years ago Closed 14 years ago #150 closed defect (fixed)Default value in LM chroma
 Description
In the function xGetLLSPrediction default value is calculated as  
b = 128 << g_uiBitIncrement; 
assuming that input bit depth is 8, but should be  
b = ( 1 << ( g_uiBitDepth + g_uiBitIncrement - 1 ) ); Change History (5)comment:1 Changed 15 years ago by Vadim
 comment:2 Changed 14 years ago by fbossen
 comment:3 Changed 14 years ago by davidf
 
Updating component after adding WD (Text) tickets comment:4 Changed 14 years ago by davidf
 comment:5 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 
 | ||||||||||||||||

Fixed in r971