Ignore:
Timestamp:
4 Jun 2014, 09:28:48 (11 years ago)
Author:
nokia
Message:

software implementation for JCTVC-Q0189

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibEncoder/SEIwrite.cpp

    r778 r779  
    245245     break;
    246246#endif
     247#if Q0189_TMVP_CONSTRAINTS
     248   case SEI::TMVP_CONSTRAINTS:
     249     xWriteSEITMVPConstraints(*static_cast<const SEITMVPConstrains*>(&sei));
     250     break;
     251#endif
    247252#endif //SVC_EXTENSION
    248253  default:
     
    863868#endif
    864869
     870#if Q0189_TMVP_CONSTRAINTS
     871Void SEIWriter::xWriteSEITMVPConstraints (const SEITMVPConstrains &sei)
     872{
     873  WRITE_UVLC( sei.prev_pics_not_used_flag ,    "prev_pics_not_used_flag"  );
     874  WRITE_UVLC( sei.no_intra_layer_col_pic_flag ,    "no_intra_layer_col_pic_flag"  );
     875  xWriteByteAlign();
     876}
     877#endif
     878
    865879#if O0164_MULTI_LAYER_HRD
    866880Void SEIWriter::xWriteSEIBspNesting(TComBitIf& bs, const SEIBspNesting &sei, TComVPS *vps, TComSPS *sps, const SEIScalableNesting &nestingSei)
Note: See TracChangeset for help on using the changeset viewer.