Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc2enc.c124 typedef struct VC2EncContext { struct
125 AVClass *av_class;
126 PutBitContext pb;
127 Plane plane[3];
128 AVCodecContext *avctx;
129 DiracVersionInfo ver;
131 SliceArgs *slice_args;
132 TransformArgs transform_args[3];
135 int diff_offset;
136 int bpp;
[all …]