Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dffv1.h78 typedef struct FFV1Context { struct
96 struct FFV1Context *fsrc; argument
98 AVFrame *cur;
99 int plane_count;
100 int ac; ///< 1=range coder <-> 0=golomb rice
101 int ac_byte_count; ///< number of bytes used for AC coding
102 PlaneContext plane[MAX_PLANES];
103 int16_t quant_table[MAX_CONTEXT_INPUTS][256];
127 struct FFV1Context *slice_context[MAX_SLICES]; argument
140 } FFV1Context; argument