source: 3DVCSoftware/trunk/source/Lib/TLibCommon/TComCABACTables.h @ 4

Last change on this file since 4 was 2, checked in by hhi, 13 years ago

inital import

  • Property svn:eol-style set to native
File size: 320 bytes
RevLine 
[2]1
2
3/** \file     TComCABACTables.h
4    \brief    static class for CABAC tables
5*/
6
7#ifndef __TCOM_CABAC_TABLES__
8#define __TCOM_CABAC_TABLES__
9
10#include "../TLibCommon/CommonDef.h"
11
12/**
13 * \brief static class for CABAC tables
14 */
15
16class TComCABACTables
17{
18public:
19  const static UChar  sm_aucLPSTable[64][4];
20};
21
22
23#endif
24
Note: See TracBrowser for help on using the repository browser.