|
static const goIndex_t | int8MinIndex = 0 |
|
static const goIndex_t | int8MaxIndex = 255 |
|
static const goIndex_t | uint8MinIndex = 0 |
|
static const goIndex_t | uint8MaxIndex = 255 |
|
static const goIndex_t | int16MinIndex = 0 |
|
static const goIndex_t | int16MaxIndex = 0xffff |
|
static const goIndex_t | uint16MinIndex = 0 |
|
static const goIndex_t | uint16MaxIndex = 0xffff |
|
static const goIndex_t | int32MinIndex = 0 |
|
static const goIndex_t | int32MaxIndex = 0xffff |
|
static const goIndex_t | uint32MinIndex = 0 |
|
static const goIndex_t | uint32MaxIndex = 0xffff |
|
static const goIndex_t | floatMinIndex = 0 |
|
static const goIndex_t | floatMaxIndex = 0xffff |
|
static const goIndex_t | doubleMinIndex = 0 |
|
static const goIndex_t | doubleMaxIndex = 0xffff |
|
static goFloat * | int8Tablef = new goFloat [goQuantizationTables::int8MaxIndex - goQuantizationTables::int8MinIndex] |
|
static goFloat * | uint8Tablef = new goFloat [goQuantizationTables::uint8MaxIndex - goQuantizationTables::uint8MinIndex] |
|
static goFloat * | int16Tablef = new goFloat [goQuantizationTables::int16MaxIndex - goQuantizationTables::int16MinIndex] |
|
static goFloat * | uint16Tablef = new goFloat [goQuantizationTables::uint16MaxIndex - goQuantizationTables::uint16MinIndex] |
|
static goFloat * | int32Tablef = new goFloat [goQuantizationTables::int32MaxIndex - goQuantizationTables::int32MinIndex] |
|
static goFloat * | uint32Tablef = new goFloat [goQuantizationTables::uint32MaxIndex - goQuantizationTables::uint32MinIndex] |
|
static goFloat * | floatTablef = new goFloat [goQuantizationTables::floatMaxIndex - goQuantizationTables::floatMinIndex] |
|
static goFloat * | doubleTablef = new goFloat [goQuantizationTables::doubleMaxIndex - goQuantizationTables::doubleMinIndex] |
|
static goInt8 * | fTableInt8 = new goInt8 [goQuantizationTables::floatMaxIndex - goQuantizationTables::floatMinIndex] |
|
static goUInt8 * | fTableUInt8 = new goUInt8 [goQuantizationTables::floatMaxIndex - goQuantizationTables::floatMinIndex] |
|
static goInt16 * | fTableInt16 = new goInt16 [goQuantizationTables::floatMaxIndex - goQuantizationTables::floatMinIndex] |
|
static goUInt16 * | fTableUInt16 = new goUInt16 [goQuantizationTables::floatMaxIndex - goQuantizationTables::floatMinIndex] |
|
static goInt32 * | fTableInt32 = new goInt32 [goQuantizationTables::floatMaxIndex - goQuantizationTables::floatMinIndex] |
|
static goUInt32 * | fTableUInt32 = new goUInt32 [goQuantizationTables::floatMaxIndex - goQuantizationTables::floatMinIndex] |
|
static goFloat * | fTableFloat = new goFloat [goQuantizationTables::floatMaxIndex - goQuantizationTables::floatMinIndex] |
|
static goDouble * | fTableDouble = new goDouble [goQuantizationTables::floatMaxIndex - goQuantizationTables::floatMinIndex] |
|
static goDouble * | int8Tabled |
|
static goDouble * | uint8Tabled |
|
static goDouble * | int16Tabled |
|
static goDouble * | uint16Tabled |
|
static goDouble * | int32Tabled |
|
static goDouble * | uint32Tabled |
|
static goDouble * | floatTabled |
|
static goDouble * | doubleTabled |
|
The documentation for this class was generated from the following file: