Changeset 365 in 3DVCSoftware for branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder
- Timestamp:
- 3 May 2013, 16:46:10 (12 years ago)
- Location:
- branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncSlice.cpp
r362 r365 414 414 eSliceType = (pocLast == 0 || pocCurr % m_pcCfg->getIntraPeriod() == 0 || m_pcGOPEncoder->getGOPSize() == 0) ? I_SLICE : eSliceType; 415 415 #endif 416 416 417 rpcSlice->setSliceType ( eSliceType ); 417 418 #endif -
branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncTop.cpp
r362 r365 438 438 m_iNumPicRcvd = 0; 439 439 m_uiNumAllPicCoded += iNumEncoded; 440 441 440 #if H_MV 442 441 } 443 442 #endif 444 445 443 } 446 444
Note: See TracChangeset for help on using the changeset viewer.