Changeset 608 in 3DVCSoftware for trunk/source/Lib/TLibCommon/ContextModel3DBuffer.cpp
- Timestamp:
- 1 Sep 2013, 22:47:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/ContextModel3DBuffer.cpp
r56 r608 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 2, ITU/ISO/IEC6 * Copyright (c) 2010-2013, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 73 73 { 74 74 m_contextModel[ n ].init( qp, ctxModel[ n ] ); 75 #if CABAC_INIT_FLAG76 75 m_contextModel[ n ].setBinsCoded( 0 ); 77 #endif78 76 } 79 77 } 80 78 81 #if CABAC_INIT_FLAG82 79 /** 83 80 * Calculate the cost of choosing a probability table based on the current probability of CABAC at encoder … … 121 118 return cost; 122 119 } 123 #endif124 120 //! \}
Note: See TracChangeset for help on using the changeset viewer.