Home
last modified time | relevance | path

Searched defs:H264Picture (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264dec.h129 typedef struct H264Picture { struct
130 AVFrame *f;
131 ThreadFrame tf;
133 AVBufferRef *qscale_table_buf;
134 int8_t *qscale_table;
136 AVBufferRef *motion_val_buf[2];
137 int16_t (*motion_val[2])[2];
139 AVBufferRef *mb_type_buf;
140 uint32_t *mb_type;
142 AVBufferRef *hwaccel_priv_buf;
[all …]