Ignore:
Timestamp:
17 May 2013, 13:38:34 (12 years ago)
Author:
canon
Message:

integration M0115 - Fast Intra Decision - cfg parameter: FIS (off by default)
edouard.francois@…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.1-dev/source/Lib/TLibCommon/TComRom.cpp

    r191 r212  
    9999UInt g_auiPUOffset[8] = { 0, 8, 4, 4, 2, 10, 1, 5};
    100100
     101#if FAST_INTRA_SHVC
     102UInt g_reducedSetIntraModes[NUM_INTRA_MODE-1] = { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 };
     103UInt g_predefSetIntraModes[NUM_INTRA_MODE-1] = {26,10,18,34,2,22,14,30,6,24,12,28,8,20,16,32,4,17,19,15,21,13,23,11,25,9,27,7,29,5,31,3,33,0,2};
     104#endif
     105
    101106Void initZscanToRaster ( Int iMaxDepth, Int iDepth, UInt uiStartVal, UInt*& rpuiCurrIdx )
    102107{
Note: See TracChangeset for help on using the changeset viewer.