Searched refs:stride_align (Results 1 – 1 of 1) sorted by relevance
21 unsigned int stride_align, in img_alloc_helper() argument34 if (!stride_align) stride_align = 1; in img_alloc_helper()37 if (stride_align & (stride_align - 1)) goto fail; in img_alloc_helper()96 s = (s + stride_align - 1) & ~(stride_align - 1); in img_alloc_helper()121 s = (s + stride_align - 1) & ~(stride_align - 1); in img_alloc_helper()161 unsigned int d_h, unsigned int stride_align, in vpx_img_wrap() argument165 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data); in vpx_img_wrap()