Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp3.c176 typedef struct Vp3DecodeContext { struct
177 AVCodecContext *avctx;
178 int theora, theora_tables, theora_header;
179 int version;
180 int width, height;
181 int chroma_x_shift, chroma_y_shift;
182 ThreadFrame golden_frame;
183 ThreadFrame last_frame;
184 ThreadFrame current_frame;
185 int keyframe;
[all …]