- Timestamp:
- 6 May 2014, 22:53:50 (11 years ago)
- Location:
- branches/SHM-6-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h
r765 r771 100 100 #define Q0048_CGS_3D_ASYMLUT 1 ///< JCTVC-Q0048: Colour gamut scalability with look-up table 101 101 #if Q0048_CGS_3D_ASYMLUT 102 #define CGS_GCC_NO_VECTORIZATION 1 102 103 #define O0194_WEIGHTED_PREDICTION_CGS 0 103 104 #else -
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r765 r771 4426 4426 }; 4427 4427 4428 #if CGS_GCC_NO_VECTORIZATION 4429 #ifdef __GNUC__ 4430 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) 4431 #if GCC_VERSION > 40600 4432 __attribute__((optimize("no-tree-vectorize"))) 4433 #endif 4434 #endif 4435 #endif 4428 4436 Void TEncGOP::filterImg( 4429 4437 Pel *src,
Note: See TracChangeset for help on using the changeset viewer.