Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp3.c158 typedef struct Vp3DecodeContext { struct
159 AVCodecContext *avctx;
160 int theora, theora_tables, theora_header;
161 int version;
162 int width, height;
163 int chroma_x_shift, chroma_y_shift;
164 ThreadFrame golden_frame;
165 ThreadFrame last_frame;
166 ThreadFrame current_frame;
167 int keyframe;
[all …]