Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dffv1.h73 typedef struct FFV1Context { struct
91 struct FFV1Context *fsrc; argument
93 AVFrame *cur;
94 int plane_count;
95 int ac; ///< 1=range coder <-> 0=golomb rice
96 int ac_byte_count; ///< number of bytes used for AC coding
97 PlaneContext plane[MAX_PLANES];
98 int16_t quant_table[MAX_CONTEXT_INPUTS][256];
122 struct FFV1Context *slice_context[MAX_SLICES]; argument
135 } FFV1Context; argument