Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_alt_ref_aq.h121 void vp9_alt_ref_aq_destroy(struct ALT_REF_AQ *const self);
Dvp9_alt_ref_aq.c22 void vp9_alt_ref_aq_destroy(struct ALT_REF_AQ *const self) { vpx_free(self); } in vp9_alt_ref_aq_destroy() function
Dvp9_encoder.c2792 vp9_alt_ref_aq_destroy(cpi->alt_ref_aq); in vp9_remove_compressor()