Searched defs:VP9_COMP (Results 1 – 1 of 1) sorted by relevance
285 typedef struct VP9_COMP { struct286 QUANTS quants;287 MACROBLOCK mb;288 VP9_COMMON common;289 VP9_CONFIG oxcf;290 struct lookahead_ctx *lookahead;291 struct lookahead_entry *source;293 struct lookahead_entry *alt_ref_source[REF_FRAMES];295 struct lookahead_entry *alt_ref_source;297 struct lookahead_entry *last_source;[all …]