Changeset 48 in 3DVCSoftware for branches/0.3-poznan-univ/source/Lib/TLibCommon/TComPrediction.cpp
- Timestamp:
- 30 Mar 2012, 18:57:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-poznan-univ/source/Lib/TLibCommon/TComPrediction.cpp
r41 r48 1640 1640 1641 1641 #if DEPTH_MAP_GENERATION 1642 Int ref_frame0_idx_1st , ref_frame1_idx_1st;1642 Int ref_frame0_idx_1st = 0, ref_frame1_idx_1st = 0; 1643 1643 TComMv mv0_1st,mv1_1st; 1644 1644 #endif … … 1648 1648 Pel aiUTab[MAX_CU_SIZE]; 1649 1649 Pel aiVTab[MAX_CU_SIZE]; 1650 Pel iULast ;1651 Pel iVLast ;1650 Pel iULast = 0; 1651 Pel iVLast = 0; 1652 1652 Pel iTemp; 1653 1653
Note: See TracChangeset for help on using the changeset viewer.