
Data Fields | |
| AVCodecContext * | avctx |
| DSPContext | dsp |
| AVFrame | last_frame |
| AVFrame | current_frame |
| int | first_frame |
| int | y_stride |
| int | c_stride |
| roq_cell | cells [256] |
| roq_qcell | qcells [256] |
| unsigned char * | buf |
| int | size |
Definition at line 48 of file roqvideo.c.
Definition at line 50 of file roqvideo.c.
Referenced by roq_decode_init(), and roqvideo_decode_frame().
Definition at line 52 of file roqvideo.c.
Referenced by apply_motion_4x4(), apply_motion_8x8(), roq_decode_end(), and roq_decode_frame().
Definition at line 53 of file roqvideo.c.
Referenced by apply_motion_4x4(), apply_motion_8x8(), apply_vector_2x2(), apply_vector_4x4(), and roq_decode_frame().
Definition at line 55 of file roqvideo.c.
Referenced by apply_motion_4x4(), apply_motion_8x8(), apply_vector_2x2(), apply_vector_4x4(), and roq_decode_frame().
Definition at line 56 of file roqvideo.c.
Referenced by apply_motion_4x4(), apply_motion_8x8(), apply_vector_2x2(), apply_vector_4x4(), and roq_decode_frame().
| unsigned char* RoqContext::buf |
Definition at line 61 of file roqvideo.c.
Referenced by roq_decode_frame(), and roqvideo_decode_frame().
| int RoqContext::size |
Definition at line 62 of file roqvideo.c.
Referenced by roq_decode_frame(), and roqvideo_decode_frame().
1.5.5