FFmpeg
Data Fields
Half2FloatTables Struct Reference

#include <half2float.h>

Data Fields

uint32_t mantissatable [3072]
 
uint32_t exponenttable [64]
 
uint16_t offsettable [64]
 

Detailed Description

Definition at line 27 of file half2float.h.

Field Documentation

◆ mantissatable

uint32_t Half2FloatTables::mantissatable[3072]

Definition at line 31 of file half2float.h.

Referenced by ff_init_half2float_tables(), and half2float().

◆ exponenttable

uint32_t Half2FloatTables::exponenttable[64]

Definition at line 32 of file half2float.h.

Referenced by ff_init_half2float_tables(), and half2float().

◆ offsettable

uint16_t Half2FloatTables::offsettable[64]

Definition at line 33 of file half2float.h.

Referenced by ff_init_half2float_tables(), and half2float().


The documentation for this struct was generated from the following file: