Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/src/
Dvpx_image.c23 unsigned int stride_align, in img_alloc_helper() argument
38 if (!stride_align) in img_alloc_helper()
39 stride_align = 1; in img_alloc_helper()
42 if (stride_align & (stride_align - 1)) in img_alloc_helper()
131 s = (s + stride_align - 1) & ~(stride_align - 1); in img_alloc_helper()
195 unsigned int stride_align, in vpx_img_wrap() argument
199 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data); in vpx_img_wrap()