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.c30 static aom_image_t *img_alloc_helper( in img_alloc_helper() function
170 return img_alloc_helper(img, fmt, d_w, d_h, align, align, 1, 0, NULL, NULL, in aom_img_alloc()
179 return img_alloc_helper(img, fmt, d_w, d_h, align, align, 1, 0, NULL, in aom_img_alloc_with_cb()
188 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, 1, 0, img_data, in aom_img_wrap()
197 return img_alloc_helper(img, fmt, d_w, d_h, align, align, size_align, border, 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()