FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
static uint32_t | convertmantissa (uint32_t i) |
static void | half2float_table (uint32_t *mantissatable, uint32_t *exponenttable, uint16_t *offsettable) |
static uint32_t | half2float (uint16_t h, uint32_t *mantissatable, uint32_t *exponenttable, uint16_t *offsettable) |
|
static |
Definition at line 24 of file half2float.h.
Referenced by half2float_table().
|
static |
Definition at line 40 of file half2float.h.
Referenced by decode_init().
|
static |
Definition at line 64 of file half2float.h.
Referenced by ac_uncompress(), decode_block(), decode_init(), and dwa_uncompress().