FFmpeg
|
#include <cfhd.h>
AVCodecContext* CFHDContext::avctx |
Definition at line 72 of file cfhd.h.
Referenced by cfhd_init().
CFHD_RL_VLC_ELEM CFHDContext::table_9_rl_vlc[2088] |
Definition at line 74 of file cfhd.h.
Referenced by cfhd_decode(), and ff_cfhd_init_vlcs().
VLC CFHDContext::vlc_9 |
Definition at line 75 of file cfhd.h.
Referenced by cfhd_close(), and ff_cfhd_init_vlcs().
CFHD_RL_VLC_ELEM CFHDContext::table_18_rl_vlc[4572] |
Definition at line 77 of file cfhd.h.
Referenced by cfhd_decode(), and ff_cfhd_init_vlcs().
VLC CFHDContext::vlc_18 |
Definition at line 78 of file cfhd.h.
Referenced by cfhd_close(), and ff_cfhd_init_vlcs().
GetBitContext CFHDContext::gb |
Definition at line 80 of file cfhd.h.
Referenced by cfhd_decode().
int CFHDContext::coded_width |
Definition at line 82 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_decode(), and init_frame_defaults().
int CFHDContext::coded_height |
Definition at line 83 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_decode(), and init_frame_defaults().
int CFHDContext::cropped_height |
Definition at line 84 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
enum AVPixelFormat CFHDContext::coded_format |
Definition at line 85 of file cfhd.h.
Referenced by alloc_buffers(), and cfhd_decode().
int CFHDContext::a_width |
Definition at line 87 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_decode(), and free_buffers().
int CFHDContext::a_height |
Definition at line 88 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_decode(), and free_buffers().
int CFHDContext::a_format |
Definition at line 89 of file cfhd.h.
Referenced by alloc_buffers(), and cfhd_decode().
int CFHDContext::bpc |
Definition at line 91 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
int CFHDContext::channel_cnt |
Definition at line 92 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
int CFHDContext::subband_cnt |
Definition at line 93 of file cfhd.h.
Referenced by init_frame_defaults().
int CFHDContext::channel_num |
Definition at line 94 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
uint8_t CFHDContext::lowpass_precision |
Definition at line 95 of file cfhd.h.
Referenced by init_frame_defaults().
uint16_t CFHDContext::quantisation |
Definition at line 96 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
int CFHDContext::wavelet_depth |
Definition at line 97 of file cfhd.h.
Referenced by init_frame_defaults().
int CFHDContext::pshift |
Definition at line 98 of file cfhd.h.
Referenced by init_frame_defaults().
int CFHDContext::codebook |
Definition at line 100 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
int CFHDContext::subband_num |
Definition at line 101 of file cfhd.h.
Referenced by cfhd_decode(), and init_plane_defaults().
int CFHDContext::level |
Definition at line 102 of file cfhd.h.
Referenced by cfhd_decode(), and init_plane_defaults().
int CFHDContext::subband_num_actual |
Definition at line 103 of file cfhd.h.
Referenced by cfhd_decode(), and init_plane_defaults().
uint8_t CFHDContext::prescale_shift[3] |
Definition at line 105 of file cfhd.h.
Referenced by cfhd_decode().
Plane CFHDContext::plane[4] |
Definition at line 106 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_decode(), and free_buffers().