Changeset 1286 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
17 Jul 2015, 01:01:01 (10 years ago)
Author:
seregin
Message:

port rev 4321

Location:
branches/SHM-dev/source/Lib/TLibCommon
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/Debug.cpp

    r1259 r1286  
    192192
    193193UInt  g_debugCounter  = 0;
    194 Bool  g_printDebug    = false;
    195 Void* g_debugAddr     = NULL;
    196194
    197195#ifdef DEBUG_ENCODER_SEARCH_BINS
  • branches/SHM-dev/source/Lib/TLibCommon/Debug.h

    r1259 r1286  
    120120//Debugging
    121121
    122 extern Bool g_bFinalEncode;
    123122extern UInt g_debugCounter;
    124 extern Bool g_printDebug;
    125 extern Void* g_debugAddr;
    126123
    127124#ifdef DEBUG_ENCODER_SEARCH_BINS
  • branches/SHM-dev/source/Lib/TLibCommon/SEI.cpp

    r1273 r1286  
    3838#include "CommonDef.h"
    3939#include "SEI.h"
    40 
    41 //Table D-7 Meaning of camera iso sensitivity indicator and exposure index rating indicator
    42 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};
    4340
    4441SEIMessages getSeisByType(SEIMessages &seiList, SEI::PayloadType seiType)
Note: See TracChangeset for help on using the changeset viewer.