Changeset 937 in 3DVCSoftware
- Timestamp:
- 22 Apr 2014, 16:33:23 (11 years ago)
- Location:
- branches/HTM-10.2-dev0/source/Lib
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.2-dev0/source/Lib/TLibCommon/TypeDef.h
r936 r937 229 229 #define ETRIKHU_BUGFIX_H0083 1 // bug-fix for DV candidate pruning 230 230 #define ETRIKHU_CLEANUP_H0083 1 // cleaned-up source code for constructing merging candidate list 231 #define ETRIKHU_CLEANUP_H0083_MISSING 1 // missing guard macros added by GT 231 232 #define SHARP_SIMPLE_MERGE_H0062 1 // Restrict 3D-HEVC merge cand in small PUs 232 233 #define MTK_DIS_SPBIP8X4_H0205 1 // Disable bi-prediction for 8x4 and 4x8 sub PU and remove the SPIVMP 2Nx2N restriction -
branches/HTM-10.2-dev0/source/Lib/TLibDecoder/TDecCu.cpp
r936 r937 437 437 , inheritedVSPDisInfo 438 438 #if H_3D_SPIVMP 439 #if !ETRIKHU_CLEANUP_H0083_MISSING 440 , bSPIVMPFlag 441 #endif 439 442 , pcMvFieldSP, puhInterDirSP 440 443 #endif -
branches/HTM-10.2-dev0/source/Lib/TLibDecoder/TDecEntropy.cpp
r936 r937 312 312 , inheritedVSPDisInfo 313 313 #if H_3D_SPIVMP 314 #if !ETRIKHU_CLEANUP_H0083_MISSING 315 , bSPIVMPFlag 316 #endif 314 317 , pcMvFieldSP, puhInterDirSP 315 318 #endif -
branches/HTM-10.2-dev0/source/Lib/TLibEncoder/TEncCu.cpp
r936 r937 1820 1820 , inheritedVSPDisInfo 1821 1821 #if H_3D_SPIVMP 1822 #if !ETRIKHU_CLEANUP_H0083_MISSING 1823 , bSPIVMPFlag 1824 #endif 1822 1825 , pcMvFieldSP, puhInterDirSP 1823 1826 #endif -
branches/HTM-10.2-dev0/source/Lib/TLibEncoder/TEncSearch.cpp
r936 r937 3705 3705 #endif 3706 3706 #if H_3D_SPIVMP 3707 #if !ETRIKHU_CLEANUP_H0083_MISSING 3708 , pbSPIVMPFlag 3709 #endif 3707 3710 , pcMvFieldSP, puhInterDirSP 3708 3711 #endif … … 3740 3743 #endif 3741 3744 #if H_3D_SPIVMP 3745 #if !ETRIKHU_CLEANUP_H0083_MISSING 3746 , pbSPIVMPFlag 3747 #endif 3742 3748 , pcMvFieldSP, puhInterDirSP 3743 3749 #endif
Note: See TracChangeset for help on using the changeset viewer.