FFmpeg
Data Fields
BufferPoolContext Struct Reference

#include <mpegpicture.h>

Data Fields

struct FFRefStructPoolmbskip_table_pool
 
struct FFRefStructPoolqscale_table_pool
 
struct FFRefStructPoolmb_type_pool
 
struct FFRefStructPoolmotion_val_pool
 
struct FFRefStructPoolref_index_pool
 
int alloc_mb_width
 mb_width used to allocate tables More...
 
int alloc_mb_height
 mb_height used to allocate tables More...
 
int alloc_mb_stride
 mb_stride used to allocate tables More...
 

Detailed Description

Definition at line 44 of file mpegpicture.h.

Field Documentation

◆ mbskip_table_pool

struct FFRefStructPool* BufferPoolContext::mbskip_table_pool

Definition at line 45 of file mpegpicture.h.

Referenced by alloc_picture_tables(), and free_buffer_pools().

◆ qscale_table_pool

struct FFRefStructPool* BufferPoolContext::qscale_table_pool

Definition at line 46 of file mpegpicture.h.

Referenced by free_buffer_pools().

◆ mb_type_pool

struct FFRefStructPool* BufferPoolContext::mb_type_pool

Definition at line 47 of file mpegpicture.h.

Referenced by free_buffer_pools().

◆ motion_val_pool

struct FFRefStructPool* BufferPoolContext::motion_val_pool

Definition at line 48 of file mpegpicture.h.

Referenced by alloc_picture_tables(), and free_buffer_pools().

◆ ref_index_pool

struct FFRefStructPool* BufferPoolContext::ref_index_pool

Definition at line 49 of file mpegpicture.h.

Referenced by free_buffer_pools().

◆ alloc_mb_width

int BufferPoolContext::alloc_mb_width

mb_width used to allocate tables

Definition at line 50 of file mpegpicture.h.

Referenced by alloc_picture_tables(), ff_mpv_init_context_frame(), and free_buffer_pools().

◆ alloc_mb_height

int BufferPoolContext::alloc_mb_height

mb_height used to allocate tables

Definition at line 51 of file mpegpicture.h.

Referenced by ff_mpv_init_context_frame(), and free_buffer_pools().

◆ alloc_mb_stride

int BufferPoolContext::alloc_mb_stride

mb_stride used to allocate tables

Definition at line 52 of file mpegpicture.h.

Referenced by alloc_picture_tables(), ff_mpv_init_context_frame(), and free_buffer_pools().


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