Searched refs:stride_align (Results 1 – 1 of 1) sorted by relevance
48 unsigned int stride_align, in img_alloc_helper() argument63 if (!stride_align) in img_alloc_helper()64 stride_align = 1; in img_alloc_helper()67 if (stride_align & (stride_align - 1)) in img_alloc_helper()133 s = (s + stride_align - 1) & ~(stride_align - 1); in img_alloc_helper()190 unsigned int stride_align, in vpx_img_wrap() argument194 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data); in vpx_img_wrap()