Changeset 1252 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 14 Jul 2015, 01:49:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1246 r1252 92 92 MAIN_444_10_INTRA = 2310, 93 93 MAIN_444_12_INTRA = 2312, 94 MAIN_444_16_INTRA = 2316, 95 94 MAIN_444_16_INTRA = 2316 96 95 }; 97 96 … … 226 225 } 227 226 in>>entry.m_interRPSPrediction; 228 #if AUTO_INTER_RPS229 227 if (entry.m_interRPSPrediction==1) 230 228 { … … 240 238 in>>entry.m_deltaRPS; 241 239 } 242 #else243 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 #endif253 240 return in; 254 241 } … … 2646 2633 fclose(fpt); 2647 2634 } 2648 } 2635 } 2649 2636 #endif 2650 2637 … … 3375 3362 memset( m_extraRPSs, 0, sizeof( m_extraRPSs ) ); 3376 3363 #else 3377 m_extraRPSs=0; 3364 m_extraRPSs=0; 3378 3365 #endif 3379 3366
Note: See TracChangeset for help on using the changeset viewer.