Changeset 377 in 3DVCSoftware for branches/HTM-6.2-dev2-Qualcomm/source/Lib


Ignore:
Timestamp:
6 May 2013, 02:27:54 (12 years ago)
Author:
zhang
Message:

Remove the three warnings of D0177

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev2-Qualcomm/source/Lib/TLibDecoder/TDecSbac.cpp

    r373 r377  
    22482248{
    22492249  UInt nMaxW = pcCU->getSlice()->getARPStepNum() - 1;
    2250   assert (nMaxW >= 0);
    22512250  UInt nW = 0;
    22522251  if( nMaxW > 0 )
    22532252  {
    2254     UInt nOffset = pcCU->getCTXARPWFlag(uiAbsPartIdx);
    2255     assert( 0 <= nOffset && nOffset <= 2 );
     2253    UInt nOffset = pcCU->getCTXARPWFlag(uiAbsPartIdx);   
    22562254    UInt uiCode = 0;
    22572255    m_pcTDecBinIf->decodeBin( uiCode , m_cCUPUARPW.get( 0, 0, 0 + nOffset ) );
Note: See TracChangeset for help on using the changeset viewer.