
Data Fields | |
| MpegEncContext | m |
| AVCodecContext * | avctx |
| DSPContext | dsp |
| AVFrame | picture |
| AVFrame | current_picture |
| AVFrame | last_picture |
| PutBitContext | pb |
| GetBitContext | gb |
| PutBitContext | reorder_pb [6] |
| int | frame_width |
| int | frame_height |
| int | y_block_width |
| int | y_block_height |
| int | c_block_width |
| int | c_block_height |
| uint16_t * | mb_type |
| uint32_t * | dummy |
| int16_t(*[3] | motion_val8 )[2] |
| int16_t(*[3] | motion_val16 )[2] |
| int64_t | rd_total |
Definition at line 65 of file svq1.c.
| uint16_t* SVQ1Context::mb_type |
| uint32_t* SVQ1Context::dummy |
| int16_t(*[3] SVQ1Context::motion_val8)[2] |
| int16_t(*[3] SVQ1Context::motion_val16)[2] |
| int64_t SVQ1Context::rd_total |
1.5.5