Changeset 1327 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
22 Jul 2015, 00:46:06 (10 years ago)
Author:
seregin
Message:

port rev 4405

Location:
branches/SHM-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

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

    r1315 r1327  
    510510// ====================================================================================================================
    511511
    512 #if FAST_UDI_USE_MPM
    513 const UChar g_aucIntraModeNumFast[MAX_CU_DEPTH] =
     512const UChar g_aucIntraModeNumFast_UseMPM[MAX_CU_DEPTH] =
    514513{
    515514  3,  //   2x2
     
    520519  3   //  64x64
    521520};
    522 #else // FAST_UDI_USE_MPM
    523 const UChar g_aucIntraModeNumFast[MAX_CU_DEPTH] =
     521const UChar g_aucIntraModeNumFast_NotUseMPM[MAX_CU_DEPTH] =
    524522{
    525523  3,  //   2x2
     
    530528  5   //  64x64   33
    531529};
    532 #endif // FAST_UDI_USE_MPM
    533530
    534531const UChar g_chroma422IntraAngleMappingTable[NUM_INTRA_MODE] =
  • branches/SHM-dev/source/Lib/TLibCommon/TComRom.h

    r1315 r1327  
    142142// ====================================================================================================================
    143143
    144 extern const UChar  g_aucIntraModeNumFast[MAX_CU_DEPTH];
     144extern const UChar  g_aucIntraModeNumFast_UseMPM[MAX_CU_DEPTH];
     145extern const UChar  g_aucIntraModeNumFast_NotUseMPM[MAX_CU_DEPTH];
    145146
    146147extern const UChar  g_chroma422IntraAngleMappingTable[NUM_INTRA_MODE];
Note: See TracChangeset for help on using the changeset viewer.