Changeset 475 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncSbac.cpp
- Timestamp:
- 15 Nov 2013, 14:55:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncSbac.cpp
r442 r475 914 914 } 915 915 916 #if AUXILIARY_PICTURES 917 if (pcCU->getSlice()->getChromaFormatIdc() != CHROMA_400) 918 { 919 #endif 916 920 piPCMSample = pcCU->getPCMSampleCb() + uiChromaOffset; 917 921 uiWidth = pcCU->getWidth(uiAbsPartIdx)/2; … … 945 949 piPCMSample += uiWidth; 946 950 } 951 #if AUXILIARY_PICTURES 952 } 953 #endif 947 954 m_pcBinIf->resetBac(); 948 955 }
Note: See TracChangeset for help on using the changeset viewer.