Changeset 41 in SHVCSoftware for branches/SHM-1.1-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
20 Feb 2013, 23:53:32 (12 years ago)
Author:
seregin
Message:

disable unused code with NO_RESIDUAL_FLAG_FOR_BLPRED, reported by Elena Alshina

File:
1 edited

Legend:

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

    r33 r41  
    10571057    pcCU->getPattern()->initAdiPattern( pcCU, uiAbsPartIdx, uiTrDepth, m_piYuvExt, m_iYuvExtStride, m_iYuvExtHeight, bAboveAvail, bLeftAvail );
    10581058    //===== get prediction signal =====
    1059 #if INTRA_BL
     1059#if INTRA_BL && !NO_RESIDUAL_FLAG_FOR_BLPRED
    10601060    if(pcCU->isIntraBL ( uiAbsPartIdx ) )
    10611061    {
     
    12591259
    12601260    //===== get prediction signal =====
    1261 #if INTRA_BL
     1261#if INTRA_BL && !NO_RESIDUAL_FLAG_FOR_BLPRED
    12621262  if(pcCU->isIntraBL ( uiAbsPartIdx ) )
    12631263  {
Note: See TracChangeset for help on using the changeset viewer.