Searched refs:vpx_img_set_rect (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/ |
D | exports.lds | 5 vpx_img_set_rect;
|
/external/libvpx/libvpx/vpx/ |
D | exports_com | 15 text vpx_img_set_rect
|
D | vpx_image.h | 183 int vpx_img_set_rect(vpx_image_t *img, unsigned int x, unsigned int y,
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 128 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
|