Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/src/
Dvpx_image.c20 unsigned int buf_align, in img_alloc_helper() argument
28 if (!buf_align) buf_align = 1; in img_alloc_helper()
31 if (buf_align & (buf_align - 1)) goto fail; in img_alloc_helper()
128 img->img_data = (uint8_t *)vpx_memalign(buf_align, (size_t)alloc_size); in img_alloc_helper()