Home
last modified time | relevance | path

Searched refs:vp9_alt_ref_aq_create (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_alt_ref_aq.h57 struct ALT_REF_AQ *vp9_alt_ref_aq_create();
Dvp9_alt_ref_aq.c18 struct ALT_REF_AQ *vp9_alt_ref_aq_create() { in vp9_alt_ref_aq_create() function
Dvp9_encoder.c2049 CHECK_MEM_ERROR(cm, cpi->alt_ref_aq, vp9_alt_ref_aq_create()); in vp9_create_compressor()