Ignore:
Timestamp:
9 Dec 2013, 17:16:03 (10 years ago)
Author:
tech
Message:

MV HEVC 6 HLS changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.0-dev0/source/Lib/TLibCommon/TComPic.cpp

    r655 r730  
    503503{
    504504  if ( legend )
    505     std::cout  << "LId"        << "\t" << "POC"   << "\t" << "Rec"          << "\t" << "Ref"                       << "\t" << "LT"            << std::endl;
     505    std::cout  << std::endl << "LId"        << "\t" << "POC"   << "\t" << "Rec"          << "\t" << "Ref"                       << "\t" << "LT"            <<  "\t" << "OutMark" <<  "\t" << "OutFlag" << std::endl;
    506506  else
    507     std::cout  << getLayerId() << "\t" << getPOC()<< "\t" << getReconMark() << "\t" << getSlice(0)->isReferenced() << "\t" << getIsLongTerm() << std::endl;
     507    std::cout  << getLayerId() << "\t" << getPOC()<< "\t" << getReconMark() << "\t" << getSlice(0)->isReferenced() << "\t" << getIsLongTerm() << "\t" << getOutputMark() << "\t" << getSlice(0)->getPicOutputFlag() <<std::endl;
    508508}
    509509
     
    524524  return pcPic;
    525525}
    526 
    527526#if H_3D
    528527TComPic* TComPicLists::getPic( Int viewIndex, Bool depthFlag, Int poc )
     
    530529  return getPic   ( m_vps->getLayerIdInNuh( viewIndex, depthFlag ), poc );
    531530}
    532 
     531#endif
    533532Void TComPicLists::print()
    534533{
     
    571570}
    572571
     572#if H_3D
    573573TComPicYuv* TComPicLists::getPicYuv( Int viewIndex, Bool depthFlag, Int poc, Bool recon )
    574574
     
    576576  return getPicYuv( layerIdInNuh, poc, recon );
    577577}
     578
    578579#if H_3D_ARP
    579580TComList<TComPic*>* TComPicLists::getPicList( Int layerIdInNuh )
     
    593594}
    594595#endif
    595 #endif // H_3D
     596#endif
    596597#endif // H_MV
    597598
Note: See TracChangeset for help on using the changeset viewer.