Searched defs:vp56_context (Results 1 – 1 of 1) sorted by relevance
126 struct vp56_context { struct127 AVCodecContext *avctx;128 H264ChromaContext h264chroma;129 HpelDSPContext hdsp;130 VideoDSPContext vdsp;131 VP3DSPContext vp3dsp;132 VP56DSPContext vp56dsp;133 uint8_t idct_scantable[64];134 AVFrame *frames[4];135 uint8_t *edge_emu_buffer_alloc;[all …]