FFmpeg
|
#include <cfhd.h>
Data Fields | |
AVCodecContext * | avctx |
CFHD_RL_VLC_ELEM | table_9_rl_vlc [2088] |
VLC | vlc_9 |
CFHD_RL_VLC_ELEM | table_18_rl_vlc [4572] |
VLC | vlc_18 |
GetBitContext | gb |
int | chroma_x_shift |
int | chroma_y_shift |
int | coded_width |
int | coded_height |
int | coded_format |
int | a_width |
int | a_height |
int | a_format |
int | bpc |
int | channel_cnt |
int | subband_cnt |
int | channel_num |
uint8_t | lowpass_precision |
uint16_t | quantisation |
int | wavelet_depth |
int | pshift |
int | codebook |
int | subband_num |
int | level |
int | subband_num_actual |
uint8_t | prescale_shift [3] |
Plane | plane [4] |
AVCodecContext* CFHDContext::avctx |
Definition at line 72 of file cfhd.h.
Referenced by cfhd_decode_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_decoder(), 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_decoder(), and ff_cfhd_init_vlcs().
GetBitContext CFHDContext::gb |
Definition at line 80 of file cfhd.h.
Referenced by cfhd_decode().
int CFHDContext::chroma_x_shift |
Definition at line 82 of file cfhd.h.
Referenced by alloc_buffers().
int CFHDContext::chroma_y_shift |
Definition at line 83 of file cfhd.h.
Referenced by alloc_buffers().
int CFHDContext::coded_width |
Definition at line 85 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_decode(), and init_frame_defaults().
int CFHDContext::coded_height |
Definition at line 86 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_decode(), and init_frame_defaults().
int CFHDContext::coded_format |
Definition at line 87 of file cfhd.h.
Referenced by alloc_buffers(), and cfhd_decode().
int CFHDContext::a_width |
Definition at line 89 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_decode(), and free_buffers().
int CFHDContext::a_height |
Definition at line 90 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_decode(), and free_buffers().
int CFHDContext::a_format |
Definition at line 91 of file cfhd.h.
Referenced by alloc_buffers(), and cfhd_decode().
int CFHDContext::bpc |
Definition at line 93 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
int CFHDContext::channel_cnt |
Definition at line 94 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
int CFHDContext::subband_cnt |
Definition at line 95 of file cfhd.h.
Referenced by init_frame_defaults().
int CFHDContext::channel_num |
Definition at line 96 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
uint8_t CFHDContext::lowpass_precision |
Definition at line 97 of file cfhd.h.
Referenced by init_frame_defaults().
uint16_t CFHDContext::quantisation |
Definition at line 98 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
int CFHDContext::wavelet_depth |
Definition at line 99 of file cfhd.h.
Referenced by init_frame_defaults().
int CFHDContext::pshift |
Definition at line 100 of file cfhd.h.
Referenced by init_frame_defaults().
int CFHDContext::codebook |
Definition at line 102 of file cfhd.h.
Referenced by cfhd_decode(), and init_frame_defaults().
int CFHDContext::subband_num |
Definition at line 103 of file cfhd.h.
Referenced by cfhd_decode(), and init_plane_defaults().
int CFHDContext::level |
Definition at line 104 of file cfhd.h.
Referenced by cfhd_decode(), and init_plane_defaults().
int CFHDContext::subband_num_actual |
Definition at line 105 of file cfhd.h.
Referenced by cfhd_decode(), and init_plane_defaults().
uint8_t CFHDContext::prescale_shift[3] |
Definition at line 107 of file cfhd.h.
Referenced by cfhd_decode().
Plane CFHDContext::plane[4] |
Definition at line 108 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_decode(), and free_buffers().