FFmpeg
|
#include <hq_hqa.h>
Data Fields | |
AVCodecContext * | avctx |
HQDSPContext | hqhqadsp |
GetByteContext | gbc |
VLC | hq_ac_vlc |
VLC | hqa_cbp_vlc |
int16_t | block [12][64] |
AVCodecContext* HQContext::avctx |
Definition at line 36 of file hq_hqa.h.
Referenced by hq_decode_frame(), hq_hqa_decode_init(), hqa_decode_frame(), and hqa_decode_slice().
HQDSPContext HQContext::hqhqadsp |
Definition at line 37 of file hq_hqa.h.
Referenced by hq_hqa_decode_init(), and put_blocks().
GetByteContext HQContext::gbc |
Definition at line 38 of file hq_hqa.h.
Referenced by hq_decode_frame(), hq_hqa_decode_frame(), and hqa_decode_frame().
VLC HQContext::hq_ac_vlc |
Definition at line 40 of file hq_hqa.h.
Referenced by ff_hq_init_vlcs(), hq_decode_block(), and hq_hqa_decode_close().
VLC HQContext::hqa_cbp_vlc |
Definition at line 41 of file hq_hqa.h.
Referenced by ff_hq_init_vlcs(), hq_hqa_decode_close(), and hqa_decode_mb().
int16_t HQContext::block[12][64] |
Definition at line 42 of file hq_hqa.h.
Referenced by hq_decode_mb(), and hqa_decode_mb().