Changeset 475 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2a
- Timestamp:
- 17 Jun 2013, 18:44:27 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2a/source/Lib/TLibCommon/TComSlice.cpp
r468 r475 2315 2315 Int *aiRefOrgHist; 2316 2316 Int *aiCurrHist; 2317 aiRefOrgHist = new Int;2318 aiCurrHist = new Int;2319 2317 aiRefOrgHist = (Int *) xMalloc( Int,iMaxPelValue ); 2320 2318 aiCurrHist = (Int *) xMalloc( Int,iMaxPelValue );
Note: See TracChangeset for help on using the changeset viewer.