Home
last modified time | relevance | path

Searched refs:vpx_img_set_rect (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/
Dexports.lds5 vpx_img_set_rect;
/external/libvpx/libvpx/vpx/
Dexports_com15 text vpx_img_set_rect
Dvpx_image.h183 int vpx_img_set_rect(vpx_image_t *img, unsigned int x, unsigned int y,
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c128 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h)) return img; in img_alloc_helper()
149 int vpx_img_set_rect(vpx_image_t *img, unsigned int x, unsigned int y, in vpx_img_set_rect() function