FFmpeg
|
Data Fields | |
TextureDSPContext | texdsp |
GetByteContext | gbc |
int | compressed |
int | paletted |
enum DDSPostProc | postproc |
const uint8_t * | tex_data |
int | tex_ratio |
int | slice_count |
int(* | tex_funct )(uint8_t *dst, ptrdiff_t stride, const uint8_t *block) |
TextureDSPContext DDSContext::texdsp |
Definition at line 100 of file dds.c.
Referenced by dds_decode(), and parse_pixel_format().
GetByteContext DDSContext::gbc |
Definition at line 101 of file dds.c.
Referenced by dds_decode(), and parse_pixel_format().
int DDSContext::compressed |
Definition at line 103 of file dds.c.
Referenced by dds_decode(), and parse_pixel_format().
int DDSContext::paletted |
Definition at line 104 of file dds.c.
Referenced by dds_decode(), and parse_pixel_format().
enum DDSPostProc DDSContext::postproc |
Definition at line 105 of file dds.c.
Referenced by parse_pixel_format(), and run_postproc().
const uint8_t* DDSContext::tex_data |
Definition at line 107 of file dds.c.
Referenced by dds_decode(), and decompress_texture_thread().
int DDSContext::tex_ratio |
Definition at line 108 of file dds.c.
Referenced by dds_decode(), decompress_texture_thread(), parse_pixel_format(), and run_postproc().
int DDSContext::slice_count |
Definition at line 109 of file dds.c.
Referenced by dds_decode(), and decompress_texture_thread().
Definition at line 112 of file dds.c.
Referenced by decompress_texture_thread(), and parse_pixel_format().