Changeset 187 in 3DVCSoftware for branches/HTM-4.1-dev0/source/Lib/TLibCommon/TComRom.h
- Timestamp:
- 15 Nov 2012, 17:09:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev0/source/Lib/TLibCommon/TComRom.h
r177 r187 216 216 #endif 217 217 218 #if LGE_EDGE_INTRA 218 #if LGE_EDGE_INTRA_A0070 219 219 __inline Void mapEdgeIntratoDC( UChar& curDir ) { curDir = (curDir >= EDGE_INTRA_IDX) ? DC_IDX : curDir; } 220 220 __inline Void mapEdgeIntratoDC( UInt& curDir ) { curDir = (curDir >= EDGE_INTRA_IDX) ? DC_IDX : curDir; }
Note: See TracChangeset for help on using the changeset viewer.