Searched refs:taps (Results 1 – 10 of 10) sorted by relevance
/external/fio/lib/ |
D | lfsr.c | 144 static uint64_t lfsr_create_xormask(uint8_t *taps) in lfsr_create_xormask() argument 149 for(i = 0; i < FIO_MAX_TAPS && taps[i] != 0; i++) in lfsr_create_xormask() 150 xormask |= 1UL << (taps[i] - 1); in lfsr_create_xormask() 237 uint8_t *taps; in lfsr_init() local 239 taps = find_lfsr(nums); in lfsr_init() 240 if (!taps) in lfsr_init() 244 fl->xormask = lfsr_create_xormask(taps); in lfsr_init() 245 fl->cached_bit = 1UL << (taps[0] - 1); in lfsr_init()
|
D | lfsr.h | 10 unsigned int taps[FIO_MAX_TAPS]; member
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | subpixel_mmx.asm | 43 movq mm1, [rdx + 16] ; do both the negative taps first!!! 78 ; do outer positive taps 141 movq mm1, [rbx + 16] ; do both the negative taps first!!!
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_convolve8_neon.asm | 16 ; taps == 8 61 sub r0, r0, #3 ; adjust for taps 182 ; adjust for taps
|
D | vp9_convolve8_avg_neon.asm | 16 ; taps == 8 61 sub r0, r0, #3 ; adjust for taps 193 ; adjust for taps
|
/external/libvpx/libvpx/vp8/common/ppc/ |
D | filter_altivec.asm | 67 vmuleub v8, \P0, v0 ;# 64 + 4 positive taps 75 vmuleub v18, \P1, v1 ;# 2 negative taps 89 vmuleub v24, \P0, v13 ;# 64 + 4 positive taps 97 vmuleub v23, \P1, v14 ;# 2 negative taps 859 vmsummbm v6, v4, v8, v12 ;# taps times elements
|
D | loopfilter_filters_altivec.asm | 474 ;# add outer taps if we have high edge variance
|
/external/linux-tools-perf/src/tools/perf/bench/ |
D | numa.c | 671 const uint32_t taps = BIT(1) | BIT(5) | BIT(6) | BIT(31); in lfsr_32() local 672 return (lfsr>>1) ^ ((0x0u - (lfsr & 0x1u)) & taps); in lfsr_32()
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_subpixel_8t_sse2.asm | 14 ;Note: tap3 and tap4 have to be applied and added after other taps to avoid
|
/external/libvncserver/x11vnc/ |
D | README | 16347 You can use 3 Alt_L's (the Left "Alt" key) taps in
|