Changeset 820 in 3DVCSoftware for branches/HTM-9.3-dev1-RWTH/source/Lib/TLibEncoder/TEncSearch.cpp
- Timestamp:
- 5 Feb 2014, 09:54:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev1-RWTH/source/Lib/TLibEncoder/TEncSearch.cpp
r819 r820 4657 4657 } 4658 4658 4659 // update thesevalues to virtual partition size4659 // update values to virtual partition size 4660 4660 pcCU->getPartIndexAndSize( uiPartIdx, uiPartAddr, iRoiWidth, iRoiHeight ); 4661 4661 } … … 4667 4667 if( pcCU->getDBBPFlag(0) ) 4668 4668 { 4669 // res et to 2Nx2N for motion search4669 // restore 2Nx2N partitioning for motion estimation 4670 4670 uiPartIdx = 0; 4671 4671 AOF( pcCU->getPartitionSize(0) == pDBBPTmpData->eVirtualPartSize );
Note: See TracChangeset for help on using the changeset viewer.