Searched defs:Vp3DecodeContext (Results 1 – 1 of 1) sorted by relevance
158 typedef struct Vp3DecodeContext { struct159 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 …]