Home
last modified time | relevance | path

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

/external/libaom/libaom/aom/src/
Daom_image.c29 static aom_image_t *img_alloc_helper( in img_alloc_helper() function
152 return img_alloc_helper(img, fmt, d_w, d_h, align, align, 1, NULL, 0); in aom_img_alloc()
160 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, 1, img_data, 0); in aom_img_wrap()
168 return img_alloc_helper(img, fmt, d_w, d_h, align, align, size_align, NULL, in aom_img_alloc_with_border()
/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
138 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL); in vpx_img_alloc()
146 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data); in vpx_img_wrap()