Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264dec.h330 typedef struct H264Context { struct
331 const AVClass *class;
332 AVCodecContext *avctx;
333 VideoDSPContext vdsp;
334 H264DSPContext h264dsp;
335 H264ChromaContext h264chroma;
336 H264QpelContext h264qpel;
337 H274FilmGrainDatabase h274db;
339 H264Picture DPB[H264_MAX_PICTURE_COUNT];
340 H264Picture *cur_pic_ptr;
[all …]