Ignore:
Timestamp:
27 Mar 2014, 22:31:12 (10 years ago)
Author:
tech
Message:

Cleanups part 4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.1-dev0/source/Lib/TLibCommon/TypeDef.h

    r878 r879  
    185185                                              // Unify intra SDC and inter SDC
    186186                                              // QC_GENERIC_SDC_G0122 Generalize SDC to all depth intra modes
     187                                              // SCU_HS_DEPTH_DC_PRED_G0143
     188                                              // HS_TSINGHUA_SDC_SPLIT_G0111
     189                                              // QC_PKU_SDC_SPLIT_G0123 Intra SDC Split
     190
    187191
    188192
     
    195199                                              // QC_SPIVMP_MPI_G0119 Sub-PU level MPI merge candidate
    196200                                              // Simplification on Sub-PU level temporal interview motion prediction
     201
     202
     203#define H_3D_DBBP                         1   // DBBP: Depth-based Block Partitioning and Merging
     204
     205
    197206#define H_3D_FCO                          0   // Flexible coding order for 3D
    198207
     
    276285
    277286
     287///// ***** DEPTH BASED BLOCK PARTITIONING *********
     288#if H_3D_DBBP
     289#define DBBP_INVALID_SHORT                (-4)
     290#define RWTH_DBBP_PACK_MODE               SIZE_2NxN
     291#endif
     292
     293
    278294///// ***** FCO *********
    279295#if H_3D_FCO
     
    305321#endif
    306322
    307 #define H_3D_DBBP                         1   // DBBP: Depth-based Block Partitioning and Merging
    308 
    309 #if H_3D_DBBP
    310 #define DBBP_INVALID_SHORT                (-4)
    311 #define RWTH_DBBP_PACK_MODE               SIZE_2NxN
    312 #endif
    313 
    314 #if H_3D_DIM
    315 #define QC_PKU_SDC_SPLIT_G0123            1   // Intra SDC Split
    316 #if QC_PKU_SDC_SPLIT_G0123
    317 #define HS_TSINGHUA_SDC_SPLIT_G0111       1
    318 #endif
    319 #define SCU_HS_DEPTH_DC_PRED_G0143        1
    320 
    321 #endif
    322323
    323324
Note: See TracChangeset for help on using the changeset viewer.