Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc2enc.c126 typedef struct VC2EncContext { struct
127 AVClass *av_class;
128 PutBitContext pb;
129 Plane plane[3];
130 AVCodecContext *avctx;
131 DiracVersionInfo ver;
133 SliceArgs *slice_args;
134 TransformArgs transform_args[3];
137 int diff_offset;
138 int bpp;
[all …]