Ignore:
Timestamp:
5 Feb 2014, 09:54:12 (11 years ago)
Author:
rwth
Message:
  • cleanup: removed some assertions and added some comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev1-RWTH/source/Lib/TLibEncoder/TEncSearch.cpp

    r819 r820  
    46574657      }
    46584658     
    4659       // update these values to virtual partition size
     4659      // update values to virtual partition size
    46604660      pcCU->getPartIndexAndSize( uiPartIdx, uiPartAddr, iRoiWidth, iRoiHeight );
    46614661    }
     
    46674667    if( pcCU->getDBBPFlag(0) )
    46684668    {
    4669       // reset to 2Nx2N for motion search
     4669      // restore 2Nx2N partitioning for motion estimation
    46704670      uiPartIdx = 0;
    46714671      AOF( pcCU->getPartitionSize(0) == pDBBPTmpData->eVirtualPartSize );
Note: See TracChangeset for help on using the changeset viewer.