Searched defs:VP8_COMP (Results 1 – 1 of 1) sorted by relevance
268 typedef struct VP8_COMP { struct291 MACROBLOCK mb;292 VP8_COMMON common;293 vp8_writer bc[9]; /* one boolcoder for each partition */295 VP8_CONFIG oxcf;297 struct lookahead_ctx *lookahead;298 struct lookahead_entry *source;299 struct lookahead_entry *alt_ref_source;300 struct lookahead_entry *last_source;302 YV12_BUFFER_CONFIG *Source;[all …]