Changeset 195 in 3DVCSoftware for branches/HTM-5.0-Qualcomm/source/Lib/TLibEncoder/TEncCavlc.cpp
- Timestamp:
- 26 Nov 2012, 22:32:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.0-Qualcomm/source/Lib/TLibEncoder/TEncCavlc.cpp
r194 r195 375 375 } 376 376 377 #if MVHEVC377 #if QC_MVHEVC_B0046 378 378 Void TEncCavlc::codeVPS( TComVPS* pcVPS ) 379 379 { … … 708 708 #endif 709 709 WRITE_FLAG( 1, "sps_extension_flag" ); 710 #if ! MVHEVC710 #if !QC_MVHEVC_B0046 711 711 WRITE_FLAG( (pcSPS->getNumberOfUsableInterViewRefs() > 0) ? 1 : 0, "interview_refs_present_flag" ); 712 712 if( pcSPS->getNumberOfUsableInterViewRefs() > 0 ) … … 884 884 if (!bEntropySlice) 885 885 { 886 #if MVHEVC886 #if QC_MVHEVC_B0046 887 887 WRITE_UVLC( 0, "pic_parameter_set_id" ); 888 888 #else … … 895 895 } 896 896 #endif 897 #if QC_REM_IDV 897 #if QC_REM_IDV_B0046 898 898 if(pcSlice->getNalUnitType()==NAL_UNIT_CODED_SLICE_IDR && pcSlice->getViewId() == 0) 899 899 #else … … 907 907 { 908 908 WRITE_CODE( (pcSlice->getPOC()-pcSlice->getLastIDR()+(1<<pcSlice->getSPS()->getBitsForPOC()))%(1<<pcSlice->getSPS()->getBitsForPOC()), pcSlice->getSPS()->getBitsForPOC(), "pic_order_cnt_lsb"); 909 #if QC_REM_IDV 909 #if QC_REM_IDV_B0046 910 910 if( pcSlice->getPOC() == 0 && !(pcSlice->getSPS()->getViewId() && (pcSlice->getNalUnitType() == NAL_UNIT_CODED_SLICE_IDR || pcSlice->getNalUnitType() == NAL_UNIT_CODED_SLICE_CRA))) 911 911 #else
Note: See TracChangeset for help on using the changeset viewer.