FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | Float2HalfTables |
Functions | |
void | ff_init_float2half_tables (Float2HalfTables *t) |
static uint16_t | float2half (uint32_t f, const Float2HalfTables *t) |
void ff_init_float2half_tables | ( | Float2HalfTables * | t | ) |
Definition at line 21 of file float2half.c.
Referenced by encode_init().
|
inlinestatic |
Definition at line 38 of file float2half.h.
Referenced by encode_frame(), encode_scanline_rle(), encode_scanline_zip(), and pnm_encode_frame().