Searched defs:H264Picture (Results 1 – 1 of 1) sorted by relevance
128 typedef struct H264Picture { struct129 AVFrame *f;130 ThreadFrame tf;132 AVBufferRef *qscale_table_buf;133 int8_t *qscale_table;135 AVBufferRef *motion_val_buf[2];136 int16_t (*motion_val[2])[2];138 AVBufferRef *mb_type_buf;139 uint32_t *mb_type;141 AVBufferRef *hwaccel_priv_buf;[all …]