Changeset 147 in 3DVCSoftware for branches/HTM-4.1-dev1-Hisilicon/source/Lib/TLibCommon/TComDataCU.cpp
- Timestamp:
- 24 Oct 2012, 15:08:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev1-Hisilicon/source/Lib/TLibCommon/TComDataCU.cpp
r124 r147 4823 4823 pcTmpCU = getPULeft(uiIdx, uiPartIdxLB); 4824 4824 #endif 4825 #if DV_DERIVATION_PARALLEL_B0096 4826 if ( uiPartIdx == 1 && (eCUMode == SIZE_Nx2N || eCUMode == SIZE_nLx2N || eCUMode == SIZE_nRx2N) ) 4827 { 4828 pcTmpCU = NULL; 4829 } 4830 #endif 4825 4831 4826 4832 pcCULeft = pcTmpCU; … … 4862 4868 #else 4863 4869 pcTmpCU = getPUAbove(uiIdx, uiPartIdxRT); 4870 #endif 4871 #if DV_DERIVATION_PARALLEL_B0096 4872 if ( uiPartIdx == 1 && (eCUMode == SIZE_2NxN || eCUMode == SIZE_2NxnU || eCUMode == SIZE_2NxnD) ) 4873 { 4874 pcTmpCU = NULL; 4875 } 4864 4876 #endif 4865 4877
Note: See TracChangeset for help on using the changeset viewer.