Changeset 678 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
15 Apr 2014, 15:55:52 (11 years ago)
Author:
qualcomm
Message:

minor cleaning

File:
1 edited

Legend:

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

    r677 r678  
    193193
    194194    Pel min = - ( 1 << ( getOutputBitDepthY() - 2 ) );
    195     Pel max =  - min /*- 1*/;
     195    Pel max =  - min;
    196196    sPredB.Y = Clip3( min , max , sPredB.Y );
    197197    min = - ( 1 << ( getOutputBitDepthC() - 2 ) );
    198     max =  - min /*- 1*/;
     198    max =  - min;
    199199    sPredB.U = Clip3( min , max , sPredB.U );
    200200    sPredB.V = Clip3( min , max , sPredB.V );
Note: See TracChangeset for help on using the changeset viewer.