Changeset 1142 in 3DVCSoftware


Ignore:
Timestamp:
25 Feb 2015, 05:10:29 (9 years ago)
Author:
sharpjp-htm
Message:

Integration of K0044 part2

Location:
branches/HTM-13.1-dev2-Sharp
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-13.1-dev2-Sharp/source/Lib/TLibCommon/TComDataCU.cpp

    r1133 r1142  
    41094109              }
    41104110            }
     4111#if !SHARP_SUBBLOCK_CLEAN_K0044
    41114112            if (iPUHeight + iPUWidth == 12)
    41124113            {
     
    41174118              }
    41184119            }
     4120#endif
    41194121
    41204122            iPartition ++;
     
    67126714
    67136715              }
     6716#if !SHARP_SUBBLOCK_CLEAN_K0044
    67146717              if (iSPHeight + iSPWidth == 12)
    67156718              {
     
    67206723                }
    67216724              }
     6725#endif
    67226726              iPartition ++;
    67236727            }
  • branches/HTM-13.1-dev2-Sharp/source/Lib/TLibCommon/TypeDef.h

    r1133 r1142  
    352352
    353353#define TICKET083_IVPFLAG_FIX             1
     354#define SHARP_SUBBLOCK_CLEAN_K0044        1   // Remove unused bipred restriction
     355
    354356#endif
    355357///// ***** VIEW SYNTHESIS PREDICTION *********
Note: See TracChangeset for help on using the changeset viewer.