Searched defs:H264Picture (Results 1 – 1 of 1) sorted by relevance
107 typedef struct H264Picture { struct108 AVFrame *f;109 ThreadFrame tf;111 AVFrame *f_grain;113 AVBufferRef *qscale_table_buf;114 int8_t *qscale_table;116 AVBufferRef *motion_val_buf[2];117 int16_t (*motion_val[2])[2];142 * H264Picture.reference has this flag set, argument157 } H264Picture; argument