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