Ignore:
Timestamp:
22 Jul 2014, 10:27:09 (10 years ago)
Author:
mediatek-htm
Message:

JCT3V-I0099. Changes of sub-PU size signaling and lim_qt_pred_flag signaling in VPS extension 2. Remove use_qtl_flag and use_pc_flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev2-MediaTek/source/Lib/TLibEncoder/TEncCu.cpp

    r976 r1007  
    409409
    410410#if H_3D_QTLPC
     411#if MTK_I0099_VPS_EX2
     412  TComVPS *vps            = pcPic->getSlice(0)->getVPS();
     413  Bool  bLimQtPredFalg    = vps->getLimQtPredFlag(pcPic->getSlice(0)->getLayerId());
     414#else
    411415  TComSPS *sps            = pcPic->getSlice(0)->getSPS();
     416#endif
    412417  TComPic *pcTexture      = rpcBestCU->getSlice()->getTexturePic();
    413418
     
    531536      //logic for setting bTrySplit using the partition information that is stored of the texture colocated CU
    532537
     538#if MTK_I0099_VPS_EX2
     539      if(depthMapDetect && !bIntraSliceDetect && !rapPic && bLimQtPredFalg)
     540#else
    533541      if(depthMapDetect && !bIntraSliceDetect && !rapPic && sps->getUseQTL())
     542#endif
    534543      {
    535544        TComDataCU* pcTextureCU = pcTexture->getCU( rpcBestCU->getAddr() ); //Corresponding texture LCU
     
    685694
    686695#if H_3D_QTLPC     
     696#if MTK_I0099_VPS_EX2
     697      if(depthMapDetect && !bIntraSliceDetect && !rapPic && bLimQtPredFalg)
     698#else
    687699      if(depthMapDetect && !bIntraSliceDetect && !rapPic && sps->getUseQTL())
     700#endif
    688701      {
    689702        bTrySplitDQP = bTrySplit;
Note: See TracChangeset for help on using the changeset viewer.