Changeset 608 in 3DVCSoftware for trunk/source/Lib/TLibCommon/ContextModel3DBuffer.h
- Timestamp:
- 1 Sep 2013, 22:47:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/ContextModel3DBuffer.h
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 * … … 83 83 Void initBuffer( SliceType eSliceType, Int iQp, UChar* ctxModel ); ///< initialize 3D buffer by slice type & QP 84 84 85 #if CABAC_INIT_FLAG86 85 UInt calcCost( SliceType sliceType, Int qp, UChar* ctxModel ); ///< determine cost of choosing a probability table based on current probabilities 87 #endif88 86 /** copy from another buffer 89 87 * \param src buffer to copy from
Note: See TracChangeset for help on using the changeset viewer.