Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h448 typedef struct VP9_COMP { struct
449 QUANTS quants;
450 ThreadData td;
451 MB_MODE_INFO_EXT *mbmi_ext_base;
454 VP9_COMMON common;
455 VP9EncoderConfig oxcf;
456 struct lookahead_ctx *lookahead;
457 struct lookahead_entry *alt_ref_source;
459 YV12_BUFFER_CONFIG *Source;
460 YV12_BUFFER_CONFIG *Last_Source; // NULL for first frame and alt_ref frames
[all …]