Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/src/
Dvpx_image.c52 unsigned int h, w, s, xcs, ycs, bps; in img_alloc_helper() local
127 xcs = 1; in img_alloc_helper()
130 xcs = 0; in img_alloc_helper()
147 align = (1 << xcs) - 1; in img_alloc_helper()
186 img->x_chroma_shift = xcs; in img_alloc_helper()
192 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = s >> xcs; in img_alloc_helper()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace.h31 int xcs; member
/external/strace/linux/x86_64/
Darch_regs.c21 uint32_t xcs; member
/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.cc91 out->cs = regs.xcs; in FillCPUContext()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc269 thread->regs.xcs = rawregs->cs; in ParseThreadRegisters()