Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp3.c172 typedef struct Vp3DecodeContext { struct
173 AVCodecContext *avctx;
174 int theora, theora_tables, theora_header;
175 int version;
176 int width, height;
177 int chroma_x_shift, chroma_y_shift;
178 ThreadFrame golden_frame;
179 ThreadFrame last_frame;
180 ThreadFrame current_frame;
181 int keyframe;
[all …]