FFmpeg
|
Data Fields | |
AVFrame * | pic |
int | codec_frameheader |
int | quality |
int | width |
int | height |
unsigned int | decomp_size |
unsigned char * | decomp_buf |
uint32_t | lq [64] |
uint32_t | cq [64] |
RTJpegContext | rtj |
DSPContext | dsp |
AVFrame* NuvContext::pic |
Definition at line 35 of file nuv.c.
Referenced by codec_reinit(), decode_end(), decode_frame(), and decode_init().
int NuvContext::codec_frameheader |
Definition at line 36 of file nuv.c.
Referenced by decode_frame(), and decode_init().
int NuvContext::quality |
Definition at line 37 of file nuv.c.
Referenced by codec_reinit(), and decode_init().
int NuvContext::width |
Definition at line 38 of file nuv.c.
Referenced by codec_reinit(), decode_frame(), and decode_init().
int NuvContext::height |
Definition at line 38 of file nuv.c.
Referenced by codec_reinit(), decode_frame(), and decode_init().
unsigned int NuvContext::decomp_size |
Definition at line 39 of file nuv.c.
Referenced by codec_reinit(), and decode_frame().
unsigned char* NuvContext::decomp_buf |
Definition at line 40 of file nuv.c.
Referenced by codec_reinit(), decode_end(), decode_frame(), and decode_init().
uint32_t NuvContext::lq[64] |
Definition at line 41 of file nuv.c.
Referenced by codec_reinit(), decode_frame(), get_quant(), and get_quant_quality().
uint32_t NuvContext::cq[64] |
Definition at line 41 of file nuv.c.
Referenced by codec_reinit(), decode_frame(), get_quant(), and get_quant_quality().
RTJpegContext NuvContext::rtj |
Definition at line 42 of file nuv.c.
Referenced by codec_reinit(), and decode_frame().
DSPContext NuvContext::dsp |
Definition at line 43 of file nuv.c.
Referenced by codec_reinit(), decode_frame(), and decode_init().