Changeset 466 in 3DVCSoftware


Ignore:
Timestamp:
13 Jun 2013, 12:08:35 (11 years ago)
Author:
hhi
Message:

Integation of depth intra methods in macro H_3D_DIM, including:

  • Bugfix for zero residuum check in H_3D_DIM_ENC (former LG_ZEROINTRADEPTHRESI_A0087).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev1/source/Lib/TLibEncoder/TEncSearch.cpp

    r460 r466  
    15341534        }
    15351535        //----- code luma block with given intra prediction mode and store Cbf-----
    1536 #if H_3D_DIM_ENC
    1537         xIntraCodingLumaBlk( pcCU, uiTrDepth, uiAbsPartIdx, pcOrgYuv, pcPredYuv, pcResiYuv, singleDistYTmp, default0Save1Load2, zeroResi );
    1538 #else
    15391536        xIntraCodingLumaBlk( pcCU, uiTrDepth, uiAbsPartIdx, pcOrgYuv, pcPredYuv, pcResiYuv, singleDistYTmp,default0Save1Load2);
    1540 #endif
    15411537        singleCbfYTmp = pcCU->getCbf( uiAbsPartIdx, TEXT_LUMA, uiTrDepth );
    15421538        //----- code chroma blocks with given intra prediction mode and store Cbf-----
     
    16431639      //----- code luma block with given intra prediction mode and store Cbf-----
    16441640      dSingleCost   = 0.0;
     1641#if H_3D_DIM_ENC
     1642      xIntraCodingLumaBlk( pcCU, uiTrDepth, uiAbsPartIdx, pcOrgYuv, pcPredYuv, pcResiYuv, uiSingleDistY, 0, zeroResi );
     1643#else
    16451644      xIntraCodingLumaBlk( pcCU, uiTrDepth, uiAbsPartIdx, pcOrgYuv, pcPredYuv, pcResiYuv, uiSingleDistY );
     1645#endif
    16461646      if( bCheckSplit )
    16471647      {
Note: See TracChangeset for help on using the changeset viewer.