Changeset 417 in 3DVCSoftware


Ignore:
Timestamp:
18 May 2013, 17:34:50 (11 years ago)
Author:
mitsubishi-htm
Message:

-update variable names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev2-MERL/source/Lib/TLibCommon/TComPrediction.cpp

    r416 r417  
    11911191    if(iInterDir == 3)
    11921192    {
    1193       for (Int iRefIdx = 0; iRefIdx <pcCU->getSlice()->getNumRefIdx(otherRefPicList); iRefIdx ++ )
    1194       {
    1195         Int refViewIdx  = pcCU->getSlice()->getRefViewId( otherRefPicList, iRefIdx);
     1193      for (Int jRefIdx = 0; jRefIdx <pcCU->getSlice()->getNumRefIdx(otherRefPicList); jRefIdx++ )
     1194      {
     1195        Int refViewIdx  = pcCU->getSlice()->getRefViewId( otherRefPicList, jRefIdx);
    11961196        if ( (refViewIdx != pcCU->getSlice()->getViewId()) && (refViewIdx != viewId ) )
    11971197        {
Note: See TracChangeset for help on using the changeset viewer.