Searched defs:FFV1Context (Results 1 – 1 of 1) sorted by relevance
73 typedef struct FFV1Context { struct91 struct FFV1Context *fsrc; argument93 AVFrame *cur;94 int plane_count;95 int ac; ///< 1=range coder <-> 0=golomb rice96 int ac_byte_count; ///< number of bytes used for AC coding97 PlaneContext plane[MAX_PLANES];98 int16_t quant_table[MAX_CONTEXT_INPUTS][256];122 struct FFV1Context *slice_context[MAX_SLICES]; argument135 } FFV1Context; argument