FFmpeg
|
Data Fields | |
AVClass * | class |
GetByteContext | gb |
GetBitContext | gbit |
int | levels |
int | depth |
int | h |
int | w |
int16_t * | filter [2] |
int16_t * | prediction |
int64_t | scaling [4][2][NB_LEVELS] |
SubBand | band [4][NB_LEVELS *3+1] |
GetByteContext PixletContext::gb |
Definition at line 49 of file pixlet.c.
Referenced by decode_plane(), pixlet_decode_frame(), read_high_coeffs(), and read_highpass().
GetBitContext PixletContext::gbit |
Definition at line 50 of file pixlet.c.
Referenced by decode_plane(), read_high_coeffs(), and read_low_coeffs().
int PixletContext::levels |
Definition at line 52 of file pixlet.c.
Referenced by decode_plane(), init_decoder(), pixlet_decode_frame(), and read_highpass().
int PixletContext::depth |
Definition at line 53 of file pixlet.c.
Referenced by pixlet_decode_frame().
int PixletContext::h |
Definition at line 54 of file pixlet.c.
Referenced by decode_plane(), init_decoder(), pixlet_close(), and pixlet_decode_frame().
int PixletContext::w |
Definition at line 54 of file pixlet.c.
Referenced by decode_plane(), init_decoder(), pixlet_close(), and pixlet_decode_frame().
int16_t* PixletContext::filter[2] |
Definition at line 56 of file pixlet.c.
Referenced by free_buffers(), init_decoder(), and reconstruction().
int16_t* PixletContext::prediction |
Definition at line 57 of file pixlet.c.
Referenced by decode_plane(), free_buffers(), and init_decoder().
int64_t PixletContext::scaling[4][2][NB_LEVELS] |
Definition at line 58 of file pixlet.c.
Referenced by decode_plane().
Definition at line 59 of file pixlet.c.
Referenced by decode_plane(), init_decoder(), and read_highpass().