Changeset 56 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComCABACTables.cpp
- Timestamp:
- 11 May 2012, 21:20:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TComCABACTables.cpp
r5 r56 2 2 * License, included below. This software may be subject to other third party 3 3 * and contributor rights, including patent rights, and no such rights are 4 * granted under this license. 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 1,ISO/IEC6 * Copyright (c) 2010-2012, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 15 15 * this list of conditions and the following disclaimer in the documentation 16 16 * and/or other materials provided with the distribution. 17 * * Neither the name of the I SO/IEC nor the names of its contributors may17 * * Neither the name of the ITU/ISO/IEC nor the names of its contributors may 18 18 * be used to endorse or promote products derived from this software without 19 19 * specific prior written permission. … … 32 32 */ 33 33 34 35 36 34 /** \file TComCABACTables.cpp 37 35 * \brief static class for CABAC tables … … 39 37 40 38 #include "TComCABACTables.h" 39 40 //! \ingroup TLibCommon 41 //! \{ 41 42 42 43 const UChar TComCABACTables::sm_aucLPSTable[64][4] = … … 108 109 }; 109 110 111 const UChar TComCABACTables::sm_aucRenormTable[32] = 112 { 113 6, 5, 4, 4, 114 3, 3, 3, 3, 115 2, 2, 2, 2, 116 2, 2, 2, 2, 117 1, 1, 1, 1, 118 1, 1, 1, 1, 119 1, 1, 1, 1, 120 1, 1, 1, 1 121 }; 122 123 //! \}
Note: See TracChangeset for help on using the changeset viewer.