Searched refs:aom_img_set_rect (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/aom/ |
D | exports_com | 19 text aom_img_set_rect
|
D | aom_image.h | 288 int aom_img_set_rect(aom_image_t *img, unsigned int x, unsigned int y,
|
/external/libaom/libaom/aom/src/ |
D | aom_image.c | 142 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
|