Home
last modified time | relevance | path

Searched defs:VP9_COMP (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_onyx_int.h284 typedef struct VP9_COMP { struct
285 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 …]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_encoder.h318 typedef struct VP9_COMP { struct
319 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 …]