Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/src/
Dvpx_image.c18 static vpx_image_t *img_alloc_helper(vpx_image_t *img, vpx_img_fmt_t fmt, in img_alloc_helper() function
157 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL); in vpx_img_alloc()
165 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data); in vpx_img_wrap()