Ignore:
Timestamp:
11 Aug 2013, 17:37:58 (11 years ago)
Author:
zhejiang
Message:

JCT3V-E0204 Simplified Binarization for depth_intra_mode by Zhejiang University

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-2.0-dev3-Zhejiang/source/Lib/TLibCommon/ContextTables.h

    r554 r561  
    384384#endif
    385385#if H_3D_DIM
     386#if ZJU_DEPTH_INTRA_MODE_E0204
     387static const UChar
     388INIT_DEPTH_INTRA_MODE[3][NUM_DEPTH_INTRA_MODE_CTX] =
     389{
     390    {0,  0,  64, 168, 168, 124, CNU, 0},
     391    {0, 64,   0, 183, CNU, 108,   0, 0},
     392    {64, 0, CNU, CNU, 168, 109,   0, 0}
     393};
     394#else
    386395static const UChar
    387396INIT_DEPTH_INTRA_MODE[3][NUM_DEPTH_INTRA_MODE_CTX] =
     
    391400  {64, 0, CNU,   0, CNU,   0,   0, 0}
    392401};
     402#endif
    393403static const UChar
    394404INIT_DDC_FLAG[3][NUM_DDC_FLAG_CTX] =
Note: See TracChangeset for help on using the changeset viewer.