Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264dec.h344 typedef struct H264Context { struct
345 const AVClass *class;
346 AVCodecContext *avctx;
347 VideoDSPContext vdsp;
348 H264DSPContext h264dsp;
349 H264ChromaContext h264chroma;
350 H264QpelContext h264qpel;
352 H264Picture DPB[H264_MAX_PICTURE_COUNT];
353 H264Picture *cur_pic_ptr;
354 H264Picture cur_pic;
[all …]