Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c51 unsigned int h, w, s, xcs, ycs, bps; in img_alloc_helper() local
108 xcs = 1; in img_alloc_helper()
111 xcs = 0; in img_alloc_helper()
128 align = (1 << xcs) - 1; in img_alloc_helper()
161 img->x_chroma_shift = xcs; in img_alloc_helper()
167 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = s >> xcs; in img_alloc_helper()