Changeset 1514 in SHVCSoftware


Ignore:
Timestamp:
18 Dec 2015, 20:59:11 (8 years ago)
Author:
seregin
Message:

remove redundant code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncSearch.cpp

    r1502 r1514  
    22112211#else
    22122212  const Double sqrtLambdaForFirstPass= (m_pcEncCfg->getCostMode()==COST_MIXED_LOSSLESS_LOSSY_CODING && pcCU->getCUTransquantBypass(0)) ?
    2213 #if SVC_EXTENSION
    2214                 sqrt(0.57 * pow(2.0, ((LOSSLESS_AND_MIXED_LOSSLESS_RD_COST_TEST_QP_PRIME - 12 - 6 * (pcCU->getSlice()->getBitDepth(CHANNEL_TYPE_LUMA) - 8)) / 3.0)))
    2215 #else
    22162213                sqrt(0.57 * pow(2.0, ((LOSSLESS_AND_MIXED_LOSSLESS_RD_COST_TEST_QP_PRIME - 12 - 6 * (sps.getBitDepth(CHANNEL_TYPE_LUMA) - 8)) / 3.0)))
    2217 #endif
    22182214              : m_pcRdCost->getSqrtLambda();
    22192215#endif
Note: See TracChangeset for help on using the changeset viewer.