Changeset 377 in 3DVCSoftware
- Timestamp:
- 6 May 2013, 02:27:54 (12 years ago)
- Location:
- branches/HTM-6.2-dev2-Qualcomm/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev2-Qualcomm/source/App/TAppEncoder/TAppEncCfg.cpp
r373 r377 922 922 #if H3D_IVRP 923 923 #if QC_ARP_D0177 924 xConfirmPara ( m_nUseAdvResPred < 0 ||m_nUseAdvResPred > 1 , "0<=ARP<=1" );924 xConfirmPara ( m_nUseAdvResPred > 1 , "0<=ARP<=1" ); 925 925 #else 926 926 xConfirmPara ( m_uiMultiviewResPredMode > 1, "MultiviewResPred must be less than or equal to 1" ); -
branches/HTM-6.2-dev2-Qualcomm/source/Lib/TLibDecoder/TDecSbac.cpp
r373 r377 2248 2248 { 2249 2249 UInt nMaxW = pcCU->getSlice()->getARPStepNum() - 1; 2250 assert (nMaxW >= 0);2251 2250 UInt nW = 0; 2252 2251 if( nMaxW > 0 ) 2253 2252 { 2254 UInt nOffset = pcCU->getCTXARPWFlag(uiAbsPartIdx); 2255 assert( 0 <= nOffset && nOffset <= 2 ); 2253 UInt nOffset = pcCU->getCTXARPWFlag(uiAbsPartIdx); 2256 2254 UInt uiCode = 0; 2257 2255 m_pcTDecBinIf->decodeBin( uiCode , m_cCUPUARPW.get( 0, 0, 0 + nOffset ) );
Note: See TracChangeset for help on using the changeset viewer.