Searched refs:vp9_alt_ref_aq_destroy (Results 1 – 3 of 3) sorted by relevance
121 void vp9_alt_ref_aq_destroy(struct ALT_REF_AQ *const self);
22 void vp9_alt_ref_aq_destroy(struct ALT_REF_AQ *const self) { vpx_free(self); } in vp9_alt_ref_aq_destroy() function
2792 vp9_alt_ref_aq_destroy(cpi->alt_ref_aq); in vp9_remove_compressor()