FFmpeg
|
Data Fields | |
TextureDSPContext | texdsp |
GetByteContext | gbc |
uint8_t * | tex_data |
int | tex_rat |
int | tex_step |
int64_t | tex_size |
int | slice_count |
int(* | tex_funct )(uint8_t *dst, ptrdiff_t stride, const uint8_t *block) |
TextureDSPContext DXVContext::texdsp |
Definition at line 34 of file dxv.c.
Referenced by dxv_decode(), and dxv_init().
GetByteContext DXVContext::gbc |
Definition at line 35 of file dxv.c.
Referenced by dxv_decode(), dxv_decompress_dxt1(), dxv_decompress_dxt5(), dxv_decompress_lzf(), and dxv_decompress_raw().
uint8_t* DXVContext::tex_data |
Definition at line 37 of file dxv.c.
Referenced by decompress_texture_thread(), dxv_close(), dxv_decode(), dxv_decompress_dxt1(), dxv_decompress_dxt5(), dxv_decompress_lzf(), and dxv_decompress_raw().
int DXVContext::tex_rat |
Definition at line 38 of file dxv.c.
Referenced by dxv_decode().
int DXVContext::tex_step |
Definition at line 39 of file dxv.c.
Referenced by decompress_texture_thread(), and dxv_decode().
int64_t DXVContext::tex_size |
Definition at line 40 of file dxv.c.
Referenced by dxv_decode(), dxv_decompress_lzf(), and dxv_decompress_raw().
int DXVContext::slice_count |
Definition at line 43 of file dxv.c.
Referenced by decompress_texture_thread(), dxv_decode(), and dxv_init().
Definition at line 46 of file dxv.c.
Referenced by decompress_texture_thread(), and dxv_decode().