Opened 13 years ago Closed 13 years ago #195 closed defect (fixed)Uninitialized context model used in xQuadTreeDecisionFunc (SAO)
Description
Context model m_cAOUvlcSCModel.get( 0, 0, 0 ) is used uninitialized during estimation.
This can be reproduced by setting variable m_ucState of class ContextModel to 126 in the constructor (126 can never occur otherwise) and by adding a breakpoint in function getState that triggers when m_ucState equals 126. See the attached svn diff of ContextModel.cpp. Attachments (1)Change History (6)Changed 13 years ago by Heiner Kirchhoffercomment:1 Changed 13 years ago by chihming.fucomment:2 Changed 13 years ago by ksuehring
Fixed in r1279 (3.4-dev-cleanup) comment:3 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:4 Changed 13 years ago by davidf
comment:5 Changed 13 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
|
The modified xQuadTreeDecisionFunc function can solve this issue