|
FFmpeg
4.0
|
Data Fields | |
| TextureDSPContext | texdsp |
| GetByteContext | gbc |
| uint8_t * | tex_data |
| uint8_t * | ctex_data |
| int | tex_rat |
| int | tex_step |
| int | ctex_step |
| int64_t | tex_size |
| int64_t | ctex_size |
| int | slice_count |
| uint8_t * | op_data [4] |
| int64_t | op_size [4] |
| int | texture_block_w |
| int | texture_block_h |
| int | ctexture_block_w |
| int | ctexture_block_h |
| int(* | tex_funct )(uint8_t *dst, ptrdiff_t stride, const uint8_t *block) |
| int(* | tex_funct_planar [2])(uint8_t *plane0, ptrdiff_t stride0, uint8_t *plane1, ptrdiff_t stride1, const uint8_t *block) |
| TextureDSPContext DXVContext::texdsp |
Definition at line 36 of file dxv.c.
Referenced by dxv_decode(), and dxv_init().
| GetByteContext DXVContext::gbc |
Definition at line 37 of file dxv.c.
Referenced by dxv_decode(), dxv_decompress_dxt1(), dxv_decompress_dxt5(), dxv_decompress_lzf(), dxv_decompress_raw(), dxv_decompress_ycg6(), and dxv_decompress_yg10().
| uint8_t* DXVContext::tex_data |
Definition at line 39 of file dxv.c.
Referenced by decompress_texture_thread(), dxv_close(), dxv_decode(), dxv_decompress_cocg(), dxv_decompress_dxt1(), dxv_decompress_dxt5(), dxv_decompress_lzf(), dxv_decompress_raw(), dxv_decompress_ycg6(), dxv_decompress_yg10(), and dxv_decompress_yo().
| uint8_t* DXVContext::ctex_data |
Definition at line 40 of file dxv.c.
Referenced by decompress_texture_thread(), dxv_close(), dxv_decode(), dxv_decompress_ycg6(), and dxv_decompress_yg10().
| int DXVContext::tex_rat |
Definition at line 41 of file dxv.c.
Referenced by dxv_decode().
| int DXVContext::tex_step |
Definition at line 42 of file dxv.c.
Referenced by decompress_texture_thread(), and dxv_decode().
| int DXVContext::ctex_step |
Definition at line 43 of file dxv.c.
Referenced by decompress_texture_thread(), and dxv_decode().
| int64_t DXVContext::tex_size |
Definition at line 44 of file dxv.c.
Referenced by dxv_decode(), dxv_decompress_dxt1(), dxv_decompress_dxt5(), dxv_decompress_lzf(), dxv_decompress_raw(), dxv_decompress_ycg6(), and dxv_decompress_yg10().
| int64_t DXVContext::ctex_size |
Definition at line 45 of file dxv.c.
Referenced by dxv_decode(), dxv_decompress_ycg6(), and dxv_decompress_yg10().
| int DXVContext::slice_count |
Definition at line 48 of file dxv.c.
Referenced by decompress_texture_thread(), and dxv_decode().
| uint8_t* DXVContext::op_data[4] |
Definition at line 50 of file dxv.c.
Referenced by dxv_close(), dxv_decode(), dxv_decompress_ycg6(), and dxv_decompress_yg10().
| int64_t DXVContext::op_size[4] |
Definition at line 51 of file dxv.c.
Referenced by dxv_decode(), dxv_decompress_ycg6(), dxv_decompress_yg10(), dxv_decompress_yo(), and get_opcodes().
| int DXVContext::texture_block_w |
Definition at line 53 of file dxv.c.
Referenced by decompress_texture_thread(), and dxv_decode().
| int DXVContext::texture_block_h |
Definition at line 54 of file dxv.c.
Referenced by decompress_texture_thread(), and dxv_decode().
| int DXVContext::ctexture_block_w |
Definition at line 56 of file dxv.c.
Referenced by decompress_texture_thread(), and dxv_decode().
| int DXVContext::ctexture_block_h |
Definition at line 57 of file dxv.c.
Referenced by decompress_texture_thread(), and dxv_decode().
Definition at line 60 of file dxv.c.
Referenced by decompress_texture_thread(), and dxv_decode().
| int(* DXVContext::tex_funct_planar[2])(uint8_t *plane0, ptrdiff_t stride0, uint8_t *plane1, ptrdiff_t stride1, const uint8_t *block) |
Definition at line 61 of file dxv.c.
Referenced by decompress_texture_thread(), and dxv_decode().
1.8.13