Changeset 466 in 3DVCSoftware for branches/HTM-DEV-0.3-dev1/source
- Timestamp:
- 13 Jun 2013, 12:08:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev1/source/Lib/TLibEncoder/TEncSearch.cpp
r460 r466 1534 1534 } 1535 1535 //----- code luma block with given intra prediction mode and store Cbf----- 1536 #if H_3D_DIM_ENC1537 xIntraCodingLumaBlk( pcCU, uiTrDepth, uiAbsPartIdx, pcOrgYuv, pcPredYuv, pcResiYuv, singleDistYTmp, default0Save1Load2, zeroResi );1538 #else1539 1536 xIntraCodingLumaBlk( pcCU, uiTrDepth, uiAbsPartIdx, pcOrgYuv, pcPredYuv, pcResiYuv, singleDistYTmp,default0Save1Load2); 1540 #endif1541 1537 singleCbfYTmp = pcCU->getCbf( uiAbsPartIdx, TEXT_LUMA, uiTrDepth ); 1542 1538 //----- code chroma blocks with given intra prediction mode and store Cbf----- … … 1643 1639 //----- code luma block with given intra prediction mode and store Cbf----- 1644 1640 dSingleCost = 0.0; 1641 #if H_3D_DIM_ENC 1642 xIntraCodingLumaBlk( pcCU, uiTrDepth, uiAbsPartIdx, pcOrgYuv, pcPredYuv, pcResiYuv, uiSingleDistY, 0, zeroResi ); 1643 #else 1645 1644 xIntraCodingLumaBlk( pcCU, uiTrDepth, uiAbsPartIdx, pcOrgYuv, pcPredYuv, pcResiYuv, uiSingleDistY ); 1645 #endif 1646 1646 if( bCheckSplit ) 1647 1647 {
Note: See TracChangeset for help on using the changeset viewer.