FFmpeg
|
#include <cfhd.h>
AVCodecContext* CFHDContext::avctx |
Definition at line 143 of file cfhd.h.
Referenced by cfhd_init().
CFHD_RL_VLC_ELEM CFHDContext::table_9_rl_vlc[2088] |
Definition at line 145 of file cfhd.h.
Referenced by cfhd_decode(), and ff_cfhd_init_vlcs().
VLC CFHDContext::vlc_9 |
Definition at line 146 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 148 of file cfhd.h.
Referenced by cfhd_decode(), and ff_cfhd_init_vlcs().
VLC CFHDContext::vlc_18 |
Definition at line 149 of file cfhd.h.
Referenced by cfhd_close(), and ff_cfhd_init_vlcs().
int CFHDContext::lut[2][256] |
Definition at line 151 of file cfhd.h.
Referenced by cfhd_init(), and dequant_and_decompand().
GetBitContext CFHDContext::gb |
Definition at line 153 of file cfhd.h.
Referenced by cfhd_decode().
int CFHDContext::planes |
Definition at line 155 of file cfhd.h.
Referenced by cfhd_close(), and cfhd_decode().
int CFHDContext::frame_type |
Definition at line 156 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
int CFHDContext::frame_index |
Definition at line 157 of file cfhd.h.
Referenced by cfhd_decode().
int CFHDContext::sample_type |
Definition at line 158 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
int CFHDContext::transform_type |
Definition at line 159 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_close(), cfhd_decode(), and init_frame_defaults().
int CFHDContext::coded_width |
Definition at line 160 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_close(), cfhd_decode(), and init_frame_defaults().
int CFHDContext::coded_height |
Definition at line 161 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_close(), cfhd_decode(), and init_frame_defaults().
int CFHDContext::cropped_height |
Definition at line 162 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
enum AVPixelFormat CFHDContext::coded_format |
Definition at line 163 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_close(), cfhd_decode(), and init_frame_defaults().
int CFHDContext::progressive |
Definition at line 164 of file cfhd.h.
Referenced by cfhd_close(), and cfhd_decode().
int CFHDContext::a_width |
Definition at line 166 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_close(), cfhd_decode(), and free_buffers().
int CFHDContext::a_height |
Definition at line 167 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_close(), cfhd_decode(), and free_buffers().
int CFHDContext::a_format |
Definition at line 168 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_close(), and cfhd_decode().
int CFHDContext::a_transform_type |
Definition at line 169 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_close(), cfhd_decode(), and free_buffers().
int CFHDContext::bpc |
Definition at line 171 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_decode(), and init_frame_defaults().
int CFHDContext::channel_cnt |
Definition at line 172 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
int CFHDContext::subband_cnt |
Definition at line 173 of file cfhd.h.
Referenced by init_frame_defaults().
int CFHDContext::band_encoding |
Definition at line 174 of file cfhd.h.
Referenced by cfhd_decode().
int CFHDContext::channel_num |
Definition at line 175 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
uint8_t CFHDContext::lowpass_precision |
Definition at line 176 of file cfhd.h.
Referenced by init_frame_defaults().
uint16_t CFHDContext::quantisation |
Definition at line 177 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
int CFHDContext::codebook |
Definition at line 179 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
int CFHDContext::difference_coding |
Definition at line 180 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
int CFHDContext::subband_num |
Definition at line 181 of file cfhd.h.
Referenced by cfhd_decode(), and init_plane_defaults().
int CFHDContext::level |
Definition at line 182 of file cfhd.h.
Referenced by cfhd_decode(), and init_plane_defaults().
int CFHDContext::subband_num_actual |
Definition at line 183 of file cfhd.h.
Referenced by cfhd_decode(), and init_plane_defaults().
uint8_t CFHDContext::prescale_table[8] |
Definition at line 185 of file cfhd.h.
Referenced by cfhd_decode().
Plane CFHDContext::plane[4] |
Definition at line 186 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_close(), cfhd_decode(), and free_buffers().
Peak CFHDContext::peak |
Definition at line 187 of file cfhd.h.
Referenced by cfhd_decode(), and init_peak_table_defaults().
CFHDDSPContext CFHDContext::dsp |
Definition at line 189 of file cfhd.h.
Referenced by alloc_buffers(), and cfhd_decode().