Searched defs:H264Picture (Results 1 – 1 of 1) sorted by relevance
129 typedef struct H264Picture { struct130 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 …]