Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcavs.h165 typedef struct AVSContext { struct
166 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 frame
174 AVSFrame DPB[2]; ///< reference frames
[all …]