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.c22 unsigned int buf_align, in img_alloc_helper() argument
30 if (!buf_align) in img_alloc_helper()
31 buf_align = 1; in img_alloc_helper()
34 if (buf_align & (buf_align - 1)) in img_alloc_helper()
155 img->img_data = (uint8_t *)vpx_memalign(buf_align, (size_t)alloc_size); in img_alloc_helper()