0_0_17201500_13985.cpp:299:2: error: stray '#' in program
^
0_0_17201500_13985.cpp:311:2: error: #else without #if
}
^
0_0_17201500_13985.cpp:315:2: error: #endif without #if
actualQP = g_RCInvalidQPValue;
^
0_0_17201500_13985.cpp:325:2: error: #endif without #if
pcCU->getSlice()->getSliceType() == I_SLICE ? 0 : m_pcCfg->getLCULevelRC() );
^
0_0_17201500_13985.cpp:469:2: error: #endif without #if
0_0_17201500_13985.cpp:573:2: error: #endif without #if
0_0_17201500_13985.cpp:661:2: error: #endif without #if
0_0_17201500_13985.cpp:727:2: error: #else without #if
0_0_17201500_13985.cpp:739:2: error: #endif without #if
0_0_17201500_13985.cpp:299:3: error: expected unqualified-id before 'if'
^
0_0_17201500_13985.cpp:313:3: error: 'm_cRateCtrl' does not name a type
if ( numberOfEffectivePixels == 0 )
^
0_0_17201500_13985.cpp:317:3: error: expected unqualified-id before 'if'
else
^
0_0_17201500_13985.cpp:327:5: error: 'Double' does not name a type
m_pcRateCtrl->getRCPic()->updateAfterLCU( m_pcRateCtrl->getRCPic()->getLCUCoded(), actualBits, actualQP, actualLambda, m_pcCfg->getLCULevelRC() );
^
0_0_17201500_13985.cpp:329:5: error: 'Int' does not name a type
}
^
0_0_17201500_13985.cpp:331:5: error: 'Int' does not name a type
#endif#if RATE_CONTROL_LAMBDA_DOMAIN
^
0_0_17201500_13985.cpp:333:5: error: 'Int' does not name a type
{
^
0_0_17201500_13985.cpp:335:5: error: 'Int' does not name a type
Double effectivePercentage = m_pcRateCtrl->getRCPic()->getEffectivePercentage();
^
0_0_17201500_13985.cpp:337:5: error: expected unqualified-id before 'if'
Double avgQP = m_pcRateCtrl->getRCPic()->calAverageQP(); //!< arithmetic mean value for QP
^
|