Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c48 unsigned int stride_align, in img_alloc_helper() argument
63 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() argument
194 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data); in vpx_img_wrap()