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.h294 typedef struct VP9_COMP { struct
295 QUANTS quants;
296 ThreadData td;
297 MB_MODE_INFO_EXT *mbmi_ext_base;
300 VP9_COMMON common;
301 VP9EncoderConfig oxcf;
302 struct lookahead_ctx *lookahead;
303 struct lookahead_entry *alt_ref_source;
305 YV12_BUFFER_CONFIG *Source;
306 YV12_BUFFER_CONFIG *Last_Source; // NULL for first frame and alt_ref frames
[all …]