Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264dec.h107 typedef struct H264Picture { struct
108 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, argument
157 } H264Picture; argument