Searched defs:FFV1Context (Results 1 – 1 of 1) sorted by relevance
78 typedef struct FFV1Context { struct96 struct FFV1Context *fsrc; argument98 AVFrame *cur;99 int plane_count;100 int ac; ///< 1=range coder <-> 0=golomb rice101 int ac_byte_count; ///< number of bytes used for AC coding102 PlaneContext plane[MAX_PLANES];103 int16_t quant_table[MAX_CONTEXT_INPUTS][256];127 struct FFV1Context *slice_context[MAX_SLICES]; argument140 } FFV1Context; argument