Searched defs:AVSContext (Results 1 – 1 of 1) sorted by relevance
165 typedef struct AVSContext { struct166 AVCodecContext *avctx;167 BlockDSPContext bdsp;168 H264ChromaContext h264chroma;169 IDCTDSPContext idsp;170 VideoDSPContext vdsp;171 CAVSDSPContext cdsp;172 GetBitContext gb;173 AVSFrame cur; ///< currently decoded frame174 AVSFrame DPB[2]; ///< reference frames[all …]