Changeset 1286 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 17 Jul 2015, 01:01:01 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/Debug.cpp
r1259 r1286 192 192 193 193 UInt g_debugCounter = 0; 194 Bool g_printDebug = false;195 Void* g_debugAddr = NULL;196 194 197 195 #ifdef DEBUG_ENCODER_SEARCH_BINS -
branches/SHM-dev/source/Lib/TLibCommon/Debug.h
r1259 r1286 120 120 //Debugging 121 121 122 extern Bool g_bFinalEncode;123 122 extern UInt g_debugCounter; 124 extern Bool g_printDebug;125 extern Void* g_debugAddr;126 123 127 124 #ifdef DEBUG_ENCODER_SEARCH_BINS -
branches/SHM-dev/source/Lib/TLibCommon/SEI.cpp
r1273 r1286 38 38 #include "CommonDef.h" 39 39 #include "SEI.h" 40 41 //Table D-7 Meaning of camera iso sensitivity indicator and exposure index rating indicator42 Int Table_exp_indicator[32] = {0, 10, 12, 16, 20, 25, 32, 40, 50, 64, 80, 100, 125, 160, 200, 250, 320, 400, 500, 640, 800, 1000, 1250, 1600, 2000, 2500, 3200, 4000, 5000, 6400, 8000, -1};43 40 44 41 SEIMessages getSeisByType(SEIMessages &seiList, SEI::PayloadType seiType)
Note: See TracChangeset for help on using the changeset viewer.