FFmpeg
|
#include <huffyuv.h>
Data Fields | |
AVClass * | class |
AVCodecContext * | avctx |
Predictor | predictor |
GetBitContext | gb |
PutBitContext | pb |
int | interlaced |
int | decorrelate |
int | bitstream_bpp |
int | version |
int | yuy2 |
int | bgr32 |
int | bps |
int | n |
int | vlc_n |
int | alpha |
int | chroma |
int | yuv |
int | chroma_h_shift |
int | chroma_v_shift |
int | width |
int | height |
int | flags |
int | context |
int | picture_number |
int | last_slice_end |
uint8_t * | temp [3] |
uint16_t * | temp16 [3] |
identical to temp but 16bit type More... | |
uint64_t | stats [4][MAX_VLC_N] |
uint8_t | len [4][MAX_VLC_N] |
uint32_t | bits [4][MAX_VLC_N] |
uint32_t | pix_bgr_map [1<< VLC_BITS] |
VLC | vlc [8] |
uint8_t * | bitstream_buffer |
unsigned int | bitstream_buffer_size |
BswapDSPContext | bdsp |
HuffYUVDSPContext | hdsp |
HuffYUVEncDSPContext | hencdsp |
LLVidDSPContext | llviddsp |
LLVidEncDSPContext | llvidencdsp |
int | non_determ |
AVCodecContext* HYuvContext::avctx |
GetBitContext HYuvContext::gb |
PutBitContext HYuvContext::pb |
uint16_t* HYuvContext::temp16[3] |
BswapDSPContext HYuvContext::bdsp |
HuffYUVDSPContext HYuvContext::hdsp |
HuffYUVEncDSPContext HYuvContext::hencdsp |
LLVidDSPContext HYuvContext::llviddsp |
LLVidEncDSPContext HYuvContext::llvidencdsp |