Home
last modified time | relevance | path

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

/external/libaom/libaom/aom/
Dexports_com19 text aom_img_set_rect
Daom_image.h288 int aom_img_set_rect(aom_image_t *img, unsigned int x, unsigned int y,
/external/libaom/libaom/aom/src/
Daom_image.c142 if (!aom_img_set_rect(img, 0, 0, d_w, d_h, border)) return img; in img_alloc_helper()
172 int aom_img_set_rect(aom_image_t *img, unsigned int x, unsigned int y, in aom_img_set_rect() function