Searched refs:stride_align (Results 1 – 1 of 1) sorted by relevance
23 unsigned int stride_align, in img_alloc_helper() argument38 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() argument199 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data); in vpx_img_wrap()