Ignore:
Timestamp:
12 Jun 2015, 18:09:57 (9 years ago)
Author:
liu
Message:

-Integration of QTL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev2-Orange/source/Lib/TLibEncoder/TEncSlice.cpp

    r1225 r1256  
    11941194    }
    11951195
    1196 #if H_3D_QTLPC
    1197     rpcPic->setReduceBitsFlag(true);
     1196#if NH_3D_QTLPC
     1197    pcPic->setReduceBitsFlag(true);
    11981198#endif
    11991199    if ( pcSlice->getSPS()->getUseSAO() )
     
    12661266      }
    12671267    }
    1268 #if H_3D_QTLPC
    1269     rpcPic->setReduceBitsFlag(false);
     1268#if NH_3D_QTLPC
     1269    pcPic->setReduceBitsFlag(false);
    12701270#endif
    12711271  } // CTU-loop
Note: See TracChangeset for help on using the changeset viewer.