Searched defs:xss (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace.h34 int xss; member in struct:pt_regs
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dlinux_seccomp.h184 long int xss; member in struct:regs_struct
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.h278 int xss, int yss) {
282 const BLOCK_SIZE plane_bsize = ss_size_lookup[bsize][xss][yss];
277 get_uv_tx_size_impl(TX_SIZE y_tx_size, BLOCK_SIZE bsize, int xss, int yss) argument
/external/strace/
H A Dsyscall.c713 uint32_t xss; member in struct:i386_user_regs_struct
1118 /* i386_regs.xss = x86_64_regs.ss; */
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2048 const int xss = x->e_mbd.plane[1].subsampling_x; local
2060 int partition_horz_allowed = !force_vert_split && yss <= xss &&
2062 int partition_vert_allowed = !force_horz_split && xss <= yss &&
2730 const int xss = x->e_mbd.plane[1].subsampling_x; local
2734 int partition_horz_allowed = !force_vert_split && yss <= xss &&
2736 int partition_vert_allowed = !force_horz_split && xss <= yss &&
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2185 const int xss = x->e_mbd.plane[1].subsampling_x; local
2189 int partition_horz_allowed = !force_vert_split && yss <= xss &&
2191 int partition_vert_allowed = !force_horz_split && xss <= yss &&
2819 const int xss = x->e_mbd.plane[1].subsampling_x; local
2823 int partition_horz_allowed = !force_vert_split && yss <= xss &&
2825 int partition_vert_allowed = !force_horz_split && xss <= yss &&

Completed in 4287 milliseconds