Ignore:
Timestamp:
3 May 2013, 16:53:39 (12 years ago)
Author:
tech
Message:

Further minor cleanups.

Location:
branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r362 r366  
    654654  }
    655655#endif
    656 
    657656#if H_MV
    658657  WRITE_FLAG( 1,                                             "vps_extension_flag" );
  • branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r364 r366  
    358358// Public member functions
    359359// ====================================================================================================================
    360 
    361360#if H_MV
    362361Void TEncGOP::initGOP( Int iPOCLast, Int iNumPicRcvd, TComList<TComPic*>& rcListPic, TComList<TComPicYuv*>& rcListPicYuvRecOut, std::list<AccessUnit>& accessUnitsInGOP)
     
    366365}
    367366#endif
    368 
    369367#if H_MV
    370368Void TEncGOP::compressPicInGOP( Int iPOCLast, Int iNumPicRcvd, TComList<TComPic*>& rcListPic, TComList<TComPicYuv*>& rcListPicYuvRecOut, std::list<AccessUnit>& accessUnitsInGOP, Int iGOPid)
     
    17121710      pcPic->compressMotion();
    17131711#endif
    1714 
    17151712#if H_MV
    17161713      m_pocLastCoded = pcPic->getPOC();
    17171714#endif
    1718 
    17191715      //-- For time output for each slice
    17201716      Double dEncTime = (Double)(clock()-iBeforeTime) / CLOCKS_PER_SEC;
  • branches/HTM-DEV-0.1-dev/source/Lib/TLibEncoder/TEncTop.cpp

    r365 r366  
    10061006  }
    10071007#endif
     1008
    10081009}
    10091010
     
    11191120  }
    11201121}
    1121 
    11221122#if H_MV
    11231123Void TEncTop::printSummary( Int numAllPicCoded )
     
    11821182}
    11831183#endif
    1184 
    11851184//! \}
Note: See TracChangeset for help on using the changeset viewer.