Ignore:
Timestamp:
15 Nov 2012, 17:09:52 (12 years ago)
Author:
tech
Message:

Added document numbers to macro switches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.1-dev0/source/Lib/TLibCommon/TComRom.h

    r177 r187  
    216216#endif
    217217
    218 #if LGE_EDGE_INTRA
     218#if LGE_EDGE_INTRA_A0070
    219219__inline Void mapEdgeIntratoDC( UChar& curDir ) { curDir = (curDir >= EDGE_INTRA_IDX) ? DC_IDX : curDir; }
    220220__inline Void mapEdgeIntratoDC(  UInt& curDir ) { curDir = (curDir >= EDGE_INTRA_IDX) ? DC_IDX : curDir; }
Note: See TracChangeset for help on using the changeset viewer.