FFmpeg
|
#include <hqx.h>
Data Fields | |
HQXDSPContext | hqxdsp |
HQXSlice | slice [16] |
AVFrame * | pic |
mb_decode_func | decode_func |
int | format |
int | dcb |
int | width |
int | height |
int | interlaced |
uint8_t * | src |
unsigned int | data_size |
uint32_t | slice_off [17] |
VLC | cbp_vlc |
VLC | dc_vlc [3] |
const AVClass * | class |
int | n |
hqxfunc_t | func |
uint32_t | rgbtoyuv [1<< 24] |
HQXDSPContext HQXContext::hqxdsp |
Definition at line 63 of file hqx.h.
Referenced by hqx_decode_init(), and put_blocks().
HQXSlice HQXContext::slice[16] |
Definition at line 64 of file hqx.h.
Referenced by decode_slice_thread(), hqx_decode_422(), hqx_decode_422a(), hqx_decode_444(), and hqx_decode_444a().
AVFrame* HQXContext::pic |
Definition at line 66 of file hqx.h.
Referenced by hqx_decode_frame(), and put_blocks().
mb_decode_func HQXContext::decode_func |
Definition at line 67 of file hqx.h.
Referenced by decode_slice(), and hqx_decode_frame().
int HQXContext::format |
Definition at line 69 of file hqx.h.
Referenced by hqx_decode_frame().
int HQXContext::dcb |
Definition at line 69 of file hqx.h.
Referenced by hqx_decode_422(), hqx_decode_422a(), hqx_decode_444(), hqx_decode_444a(), and hqx_decode_frame().
int HQXContext::width |
Definition at line 69 of file hqx.h.
Referenced by decode_slice(), and hqx_decode_frame().
int HQXContext::height |
Definition at line 69 of file hqx.h.
Referenced by decode_slice(), and hqx_decode_frame().
int HQXContext::interlaced |
Definition at line 70 of file hqx.h.
Referenced by hqx_decode_422(), hqx_decode_422a(), hqx_decode_444(), hqx_decode_444a(), and hqx_decode_frame().
uint8_t* HQXContext::src |
Definition at line 72 of file hqx.h.
Referenced by decode_slice_thread(), and hqx_decode_frame().
unsigned int HQXContext::data_size |
Definition at line 73 of file hqx.h.
Referenced by decode_slice_thread(), and hqx_decode_frame().
uint32_t HQXContext::slice_off[17] |
Definition at line 74 of file hqx.h.
Referenced by decode_slice_thread(), and hqx_decode_frame().
VLC HQXContext::cbp_vlc |
Definition at line 76 of file hqx.h.
Referenced by ff_hqx_init_vlcs(), hqx_decode_422a(), hqx_decode_444a(), and hqx_decode_close().
VLC HQXContext::dc_vlc[3] |
Definition at line 77 of file hqx.h.
Referenced by hqx_decode_422(), hqx_decode_422a(), hqx_decode_444(), hqx_decode_444a(), and hqx_decode_close().
int HQXContext::n |
Definition at line 39 of file vf_hqx.c.
Referenced by config_output(), and init().
hqxfunc_t HQXContext::func |
Definition at line 40 of file vf_hqx.c.
Referenced by filter_frame(), and init().
uint32_t HQXContext::rgbtoyuv[1<< 24] |
Definition at line 41 of file vf_hqx.c.
Referenced by filter_frame(), and init().