Searched defs:VP9_COMP (Results 1 – 2 of 2) sorted by relevance
284 typedef struct VP9_COMP { struct285 QUANTS quants;286 MACROBLOCK mb;287 VP9_COMMON common;288 VP9_CONFIG oxcf;289 struct lookahead_ctx *lookahead;290 struct lookahead_entry *source;292 struct lookahead_entry *alt_ref_source[REF_FRAMES];294 struct lookahead_entry *alt_ref_source;296 struct lookahead_entry *last_source;[all …]
318 typedef struct VP9_COMP { struct319 QUANTS quants;320 MACROBLOCK mb;321 VP9_COMMON common;322 VP9EncoderConfig oxcf;323 struct lookahead_ctx *lookahead;324 struct lookahead_entry *source;326 struct lookahead_entry *alt_ref_source[REF_FRAMES];328 struct lookahead_entry *alt_ref_source;330 struct lookahead_entry *last_source;[all …]