Lines Matching defs:H264Picture
129 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;
143 void *hwaccel_picture_private; ///< hardware accelerator private data
145 AVBufferRef *ref_index_buf[2];
146 int8_t *ref_index[2];
171 } H264Picture; typedef