Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_alt_ref_aq.c14 struct ALT_REF_AQ { struct
18 struct ALT_REF_AQ *vp9_alt_ref_aq_create() { in vp9_alt_ref_aq_create() argument
19 return (struct ALT_REF_AQ *)vpx_malloc(sizeof(struct ALT_REF_AQ)); in vp9_alt_ref_aq_create()
22 void vp9_alt_ref_aq_destroy(struct ALT_REF_AQ *const self) { vpx_free(self); } in vp9_alt_ref_aq_destroy()
24 void vp9_alt_ref_aq_upload_map(struct ALT_REF_AQ *const self, in vp9_alt_ref_aq_upload_map()
30 void vp9_alt_ref_aq_set_nsegments(struct ALT_REF_AQ *const self, in vp9_alt_ref_aq_set_nsegments()
36 void vp9_alt_ref_aq_setup_mode(struct ALT_REF_AQ *const self, in vp9_alt_ref_aq_setup_mode()
43 void vp9_alt_ref_aq_setup_map(struct ALT_REF_AQ *const self, in vp9_alt_ref_aq_setup_map()
50 void vp9_alt_ref_aq_unset_all(struct ALT_REF_AQ *const self, in vp9_alt_ref_aq_unset_all()
56 int vp9_alt_ref_aq_disable_if(const struct ALT_REF_AQ *self, in vp9_alt_ref_aq_disable_if()
Dvp9_alt_ref_aq.h51 struct ALT_REF_AQ;
57 struct ALT_REF_AQ *vp9_alt_ref_aq_create();
64 void vp9_alt_ref_aq_upload_map(struct ALT_REF_AQ *const self,
75 int vp9_alt_ref_aq_disable_if(const struct ALT_REF_AQ *self,
87 void vp9_alt_ref_aq_set_nsegments(struct ALT_REF_AQ *const self, int nsegments);
98 void vp9_alt_ref_aq_setup_mode(struct ALT_REF_AQ *const self,
106 void vp9_alt_ref_aq_setup_map(struct ALT_REF_AQ *const self,
114 void vp9_alt_ref_aq_unset_all(struct ALT_REF_AQ *const self,
121 void vp9_alt_ref_aq_destroy(struct ALT_REF_AQ *const self);
Dvp9_encoder.h572 struct ALT_REF_AQ *alt_ref_aq;