FFmpeg
|
Data Fields | |
HpelDSPContext | hdsp |
GetBitContext | gb |
AVFrame * | prev |
uint8_t * | pkt_swapped |
int | pkt_swapped_allocated |
int | width |
int | height |
int | frame_code |
int | nonref |
HpelDSPContext SVQ1Context::hdsp |
Definition at line 57 of file svq1dec.c.
Referenced by svq1_decode_frame(), and svq1_decode_init().
GetBitContext SVQ1Context::gb |
Definition at line 58 of file svq1dec.c.
Referenced by svq1_decode_frame(), and svq1_decode_frame_header().
AVFrame* SVQ1Context::prev |
Definition at line 59 of file svq1dec.c.
Referenced by svq1_decode_end(), svq1_decode_frame(), svq1_decode_init(), and svq1_flush().
uint8_t* SVQ1Context::pkt_swapped |
Definition at line 61 of file svq1dec.c.
Referenced by svq1_decode_end(), and svq1_decode_frame().
int SVQ1Context::pkt_swapped_allocated |
Definition at line 62 of file svq1dec.c.
Referenced by svq1_decode_end(), and svq1_decode_frame().
int SVQ1Context::width |
Definition at line 64 of file svq1dec.c.
Referenced by svq1_decode_frame(), svq1_decode_frame_header(), and svq1_decode_init().
int SVQ1Context::height |
Definition at line 65 of file svq1dec.c.
Referenced by svq1_decode_frame(), svq1_decode_frame_header(), and svq1_decode_init().
int SVQ1Context::frame_code |
Definition at line 66 of file svq1dec.c.
Referenced by svq1_decode_frame(), and svq1_decode_frame_header().
int SVQ1Context::nonref |
Definition at line 67 of file svq1dec.c.
Referenced by svq1_decode_frame(), and svq1_decode_frame_header().