Changeset 564 in 3DVCSoftware for branches/HTM-DEV-2.0-dev2-MediaTek/source/Lib/TLibEncoder
- Timestamp:
- 12 Aug 2013, 06:58:37 (11 years ago)
- Location:
- branches/HTM-DEV-2.0-dev2-MediaTek/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-2.0-dev2-MediaTek/source/Lib/TLibEncoder/TEncGOP.cpp
r542 r564 1768 1768 pcPic->destroyNonDBFilterInfo(); 1769 1769 } 1770 1770 #if MTK_SONY_PROGRESSIVE_MV_COMPRESSION_E0170 1771 pcPic->compressMotion(2); 1772 #endif 1771 1773 #if !H_3D 1772 1774 pcPic->compressMotion(); -
branches/HTM-DEV-2.0-dev2-MediaTek/source/Lib/TLibEncoder/TEncTop.cpp
r542 r564 392 392 if( picLastCoded ) 393 393 { 394 #if MTK_SONY_PROGRESSIVE_MV_COMPRESSION_E0170 395 picLastCoded->compressMotion(1); 396 #else 394 397 picLastCoded->compressMotion(); 398 #endif 395 399 } 396 400 #endif
Note: See TracChangeset for help on using the changeset viewer.