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.h564 typedef struct VP9_COMP { struct
565 QUANTS quants;
566 ThreadData td;
567 MB_MODE_INFO_EXT *mbmi_ext_base;
570 VP9_COMMON common;
571 VP9EncoderConfig oxcf;
572 struct lookahead_ctx *lookahead;
573 struct lookahead_entry *alt_ref_source;
575 YV12_BUFFER_CONFIG *Source;
576 YV12_BUFFER_CONFIG *Last_Source; // NULL for first frame and alt_ref frames
[all …]