Ignore:
Timestamp:
3 May 2013, 10:34:51 (12 years ago)
Author:
zhang
Message:

JCT3V-D0191 (BVSP clean-ups)

Location:
branches/HTM-6.2-dev1-Qualcomm/source/Lib/TLibEncoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev1-Qualcomm/source/Lib/TLibEncoder/TEncCu.cpp

    r332 r355  
    19201920            }
    19211921            rpcTempCU->setVSPIndexSubParts( iVSPIdx, 0, 0, uhDepth );
     1922#if QC_BVSP_CleanUP_D0191
     1923           if(iVSPIdx != 0)
     1924           {
     1925             Int iIVCIdx = rpcTempCU->getSlice()->getRefPic(REF_PIC_LIST_0, 0)->getPOC()==rpcTempCU->getSlice()->getPOC() ? 0: rpcTempCU->getSlice()->getNewRefIdx(REF_PIC_LIST_0);
     1926             cMvFieldNeighbours[ 2*uiMergeCand].setRefIdx(iIVCIdx);
     1927           }
     1928#endif
    19221929          }
    19231930#endif
  • branches/HTM-6.2-dev1-Qualcomm/source/Lib/TLibEncoder/TEncSearch.cpp

    r348 r355  
    30023002        }
    30033003        pcCU->setVSPIndexSubParts( iVSPIdx, uiAbsPartIdx, iPUIdx, pcCU->getDepth( uiAbsPartIdx ) );
     3004#if QC_BVSP_CleanUP_D0191
     3005       if(iVSPIdx != 0)
     3006       {
     3007        Int iIVCIdx = pcCU->getSlice()->getRefPic(REF_PIC_LIST_0, 0)->getPOC()==pcCU->getSlice()->getPOC() ? 0: pcCU->getSlice()->getNewRefIdx(REF_PIC_LIST_0);
     3008        cMvFieldNeighbours[ 2*uiMergeIndex].setRefIdx(iIVCIdx);
     3009      }
     3010#endif
    30043011      }
    30053012#endif
     
    37243731          }
    37253732          pcCU->setVSPIndexSubParts( iVSPIdx, uiPartAddr, iPartIdx, pcCU->getDepth( uiPartAddr ) );
     3733#if QC_BVSP_CleanUP_D0191
     3734         if(iVSPIdx != 0)
     3735         {
     3736           Int iIVCIdx = pcCU->getSlice()->getRefPic(REF_PIC_LIST_0, 0)->getPOC()==pcCU->getSlice()->getPOC() ? 0: pcCU->getSlice()->getNewRefIdx(REF_PIC_LIST_0);
     3737           cMRGMvField[ 0].setRefIdx(iIVCIdx);
     3738         }
     3739#endif
    37263740        }
    37273741#endif
Note: See TracChangeset for help on using the changeset viewer.