|
FFmpeg
|
#include <hqx.h>
Data Fields | |
| int | format |
| int | dcb |
| int | width |
| int | height |
| int | interlaced |
| int16_t | block [16][64] |
| VLC | cbp_vlc |
| VLC | dc_vlc [3] |
| const AVClass * | class |
| int | n |
| hqxfunc_t | func |
| uint32_t | rgbtoyuv [1<< 24] |
| int HQXContext::format |
Definition at line 50 of file hqx.h.
Referenced by hqx_decode_frame().
| int HQXContext::dcb |
Definition at line 50 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 50 of file hqx.h.
Referenced by decode_slice(), and hqx_decode_frame().
| int HQXContext::height |
Definition at line 50 of file hqx.h.
Referenced by decode_slice(), and hqx_decode_frame().
| int HQXContext::interlaced |
Definition at line 51 of file hqx.h.
Referenced by hqx_decode_422(), hqx_decode_422a(), hqx_decode_444(), hqx_decode_444a(), and hqx_decode_frame().
| int16_t HQXContext::block[16][64] |
Definition at line 53 of file hqx.h.
Referenced by hqx_decode_422(), hqx_decode_422a(), hqx_decode_444(), and hqx_decode_444a().
| VLC HQXContext::cbp_vlc |
Definition at line 55 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 56 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().
1.8.2