|
FFmpeg
|
#include <mpegpicture.h>
Data Fields | ||
| uint8_t * | edge_emu_buffer | |
| temporary buffer for if MVs point to out-of-frame data | ||
| uint8_t * | obmc_scratchpad | |
| union { | ||
| uint8_t * scratchpad_buf | ||
| the other *_scratchpad point into this buffer More... | ||
| uint8_t * rd_scratchpad | ||
| scratchpad for rate distortion mb decision More... | ||
| }; | ||
| int | linesize | |
| linesize that the buffers in this context have been allocated for | ||
Definition at line 34 of file mpegpicture.h.
| uint8_t* ScratchpadContext::edge_emu_buffer |
temporary buffer for if MVs point to out-of-frame data
Definition at line 35 of file mpegpicture.h.
Referenced by ff_mpv_framesize_alloc().
| uint8_t* ScratchpadContext::obmc_scratchpad |
Definition at line 36 of file mpegpicture.h.
Referenced by ff_mpv_framesize_alloc().
| uint8_t* ScratchpadContext::scratchpad_buf |
the other *_scratchpad point into this buffer
Definition at line 38 of file mpegpicture.h.
Referenced by encode_picture(), and ff_mpv_framesize_alloc().
| uint8_t* ScratchpadContext::rd_scratchpad |
scratchpad for rate distortion mb decision
Definition at line 39 of file mpegpicture.h.
| union { ... } ScratchpadContext |
| int ScratchpadContext::linesize |
linesize that the buffers in this context have been allocated for
Definition at line 41 of file mpegpicture.h.
Referenced by ff_mpv_framesize_alloc(), and ff_mpv_framesize_disable().