Changeset 1252 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
14 Jul 2015, 01:49:50 (10 years ago)
Author:
seregin
Message:

port rev 4247

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r1246 r1252  
    9292  MAIN_444_10_INTRA = 2310,
    9393  MAIN_444_12_INTRA = 2312,
    94   MAIN_444_16_INTRA = 2316,
    95 
     94  MAIN_444_16_INTRA = 2316
    9695};
    9796
     
    226225  }
    227226  in>>entry.m_interRPSPrediction;
    228 #if AUTO_INTER_RPS
    229227  if (entry.m_interRPSPrediction==1)
    230228  {
     
    240238    in>>entry.m_deltaRPS;
    241239  }
    242 #else
    243   if (entry.m_interRPSPrediction)
    244   {
    245     in>>entry.m_deltaRPS;
    246     in>>entry.m_numRefIdc;
    247     for ( Int i = 0; i < entry.m_numRefIdc; i++ )
    248     {
    249       in>>entry.m_refIdc[i];
    250     }
    251   }
    252 #endif
    253240  return in;
    254241}
     
    26462633      fclose(fpt);
    26472634    }
    2648   } 
     2635  }
    26492636#endif
    26502637
     
    33753362  memset( m_extraRPSs, 0, sizeof( m_extraRPSs ) );
    33763363#else
    3377   m_extraRPSs=0;                                     
     3364  m_extraRPSs=0;                                   
    33783365#endif
    33793366
Note: See TracChangeset for help on using the changeset viewer.