Searched defs:stride_in_bytes (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx/src/
H A Dvpx_image.c26 unsigned int stride_in_bytes; local
132 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s;
171 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes;
172 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c210 unsigned stride_in_bytes)
212 return (stride_in_bytes / util_format_get_blocksize(format)) *
263 tex->tex.stride_in_bytes[i] = stride;
371 tex->tex.stride_in_bytes[i]);
471 r300_stride_to_width(tex->b.b.format, tex->tex.stride_in_bytes[0]),
209 r300_stride_to_width(enum pipe_format format, unsigned stride_in_bytes) argument
H A Dr300_context.h355 unsigned stride_in_bytes[R300_MAX_TEXTURE_LEVELS]; member in struct:r300_texture_desc

Completed in 97 milliseconds