FFmpeg
|
Data Fields | |
AVClass * | class |
int | lowres |
GetByteContext | gb |
int | thumbnails |
int | resolution |
int | orientation |
int | streampos |
uint8_t | bits [256] |
uint16_t | codes [256] |
uint8_t | syms [256] |
VLC | vlc [3] |
int PhotoCDContext::lowres |
Definition at line 45 of file photocd.c.
Referenced by photocd_decode_frame().
GetByteContext PhotoCDContext::gb |
Definition at line 47 of file photocd.c.
Referenced by decode_huff(), interp_lowres(), photocd_decode_frame(), and read_hufftable().
int PhotoCDContext::thumbnails |
Definition at line 48 of file photocd.c.
Referenced by photocd_decode_frame().
int PhotoCDContext::resolution |
Definition at line 49 of file photocd.c.
Referenced by photocd_decode_frame().
int PhotoCDContext::orientation |
Definition at line 50 of file photocd.c.
Referenced by photocd_decode_frame().
int PhotoCDContext::streampos |
Definition at line 52 of file photocd.c.
Referenced by decode_huff(), interp_lowres(), photocd_decode_frame(), and read_hufftable().
uint8_t PhotoCDContext::bits[256] |
Definition at line 54 of file photocd.c.
Referenced by read_hufftable().
uint16_t PhotoCDContext::codes[256] |
Definition at line 55 of file photocd.c.
Referenced by read_hufftable().
uint8_t PhotoCDContext::syms[256] |
Definition at line 56 of file photocd.c.
Referenced by read_hufftable().
VLC PhotoCDContext::vlc[3] |
Definition at line 58 of file photocd.c.
Referenced by decode_huff(), photocd_decode_close(), and photocd_decode_frame().