FFmpeg
Data Fields
ScratchpadContext Struct Reference

#include <mpegpicture.h>

Data Fields

uint8_tedge_emu_buffer
 temporary buffer for if MVs point to out-of-frame data More...
 
uint8_trd_scratchpad
 scratchpad for rate distortion mb decision More...
 
uint8_tobmc_scratchpad
 
uint8_tb_scratchpad
 scratchpad used for writing into write only buffers More...
 

Detailed Description

Definition at line 35 of file mpegpicture.h.

Field Documentation

◆ edge_emu_buffer

uint8_t* ScratchpadContext::edge_emu_buffer

temporary buffer for if MVs point to out-of-frame data

Definition at line 36 of file mpegpicture.h.

Referenced by alloc_frame_buffer(), ff_mpeg_framesize_alloc(), and ff_update_duplicate_context().

◆ rd_scratchpad

uint8_t* ScratchpadContext::rd_scratchpad

scratchpad for rate distortion mb decision

Definition at line 37 of file mpegpicture.h.

Referenced by ff_mpeg_framesize_alloc().

◆ obmc_scratchpad

uint8_t* ScratchpadContext::obmc_scratchpad

Definition at line 38 of file mpegpicture.h.

Referenced by ff_mpeg_framesize_alloc().

◆ b_scratchpad

uint8_t* ScratchpadContext::b_scratchpad

scratchpad used for writing into write only buffers

Definition at line 39 of file mpegpicture.h.

Referenced by ff_mpeg_framesize_alloc().


The documentation for this struct was generated from the following file: