Changeset 1091 in SHVCSoftware for branches/SHM-dev/source


Ignore:
Timestamp:
1 Jul 2015, 20:32:46 (9 years ago)
Author:
seregin
Message:

remove unused variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComPicYuv.cpp

    r1089 r1091  
    302302  {
    303303    const ComponentID  ch     = ComponentID(chan);
    304     const Int          shift  = g_bitDepth[toChannelType(ch)] - 8;
    305     const Int          offset = (shift>0)?(1<<(shift-1)):0;
    306304    const Pel         *pi     = getAddr(ch);
    307305    const Int          stride = getStride(ch);
Note: See TracChangeset for help on using the changeset viewer.