Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dconsistency_test.cc96 void Blur(uint8_t *data, int stride, int taps) { in Blur() argument
98 int half_taps = taps / 2; in Blur()
100 for (int w = 0; w < taps; ++w) { in Blur()
103 for (int w = taps; w < width_; ++w) { in Blur()
104 sum += data[w + h * stride] - data[w - taps + h * stride]; in Blur()
105 data[w - half_taps + h * stride] = (sum + half_taps) / taps; in Blur()
109 for (int h = 0; h < taps; ++h) { in Blur()
112 for (int h = taps; h < height_; ++h) { in Blur()
113 sum += data[w + h * stride] - data[(h - taps) * stride + w]; in Blur()
114 data[(h - half_taps) * stride + w] = (sum + half_taps) / taps; in Blur()
Dblockiness_test.cc112 void Blur(uint8_t *data, int stride, int taps) { in Blur() argument
114 int half_taps = taps / 2; in Blur()
116 for (int w = 0; w < taps; ++w) { in Blur()
119 for (int w = taps; w < width_; ++w) { in Blur()
120 sum += data[w + h * stride] - data[w - taps + h * stride]; in Blur()
121 data[w - half_taps + h * stride] = (sum + half_taps) / taps; in Blur()
125 for (int h = 0; h < taps; ++h) { in Blur()
128 for (int h = taps; h < height_; ++h) { in Blur()
129 sum += data[w + h * stride] - data[(h - taps) * stride + w]; in Blur()
130 data[(h - half_taps) * stride + w] = (sum + half_taps) / taps; in Blur()
/external/fio/lib/
Dlfsr.c144 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()
Dlfsr.h10 unsigned int taps[FIO_MAX_TAPS]; member
/external/autotest/client/site_tests/touch_TouchscreenTaps/
Dcontrol7 PURPOSE = "Test that touchscreen finger presses are interpreted as taps."
9 This test will fail if, after playback of touch events, taps do not appear
20 Uses javascript page to listen for touchscreen taps. If all goes well, the
/external/autotest/client/site_tests/touch_StylusTaps/
Dcontrol9 This test will fail if, after playback of touch events, taps do not appear
20 Uses kernel playback and a javascript page to play and listen for stylus taps.
/external/libvpx/libvpx/vp8/common/x86/
Dsubpixel_mmx.asm43 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/vpx_dsp/arm/
Dvpx_convolve8_neon_asm.asm16 ; taps == 8
55 sub r0, r0, #3 ; adjust for taps
172 ; adjust for taps
Dvpx_convolve8_avg_neon_asm.asm16 ; taps == 8
55 sub r0, r0, #3 ; adjust for taps
183 ; adjust for taps
/external/walt/pywalt/pywalt/
Dwalt.py538 taps = []
559 taps.append((dt_tap_us, direction))
565 dt_down = numpy.array([t[0] for t in taps if t[1] == 1]) / 1e3
566 dt_up = numpy.array([t[0] for t in taps if t[1] == 0]) / 1e3
/external/autotest/client/site_tests/touch_TapSettings/
DREADME3 motion (i.e. do not record multipe taps or drags). Having the drag stop in the
/external/walt/docs/
DDevelopment.md33 1. Keep tapping the build number until it says “You are now a developer” (7 taps)
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_high_subpixel_8t_sse2.asm14 ;Note: tap3 and tap4 have to be applied and added after other taps to avoid
Dvpx_subpixel_8t_sse2.asm14 ;Note: tap3 and tap4 have to be applied and added after other taps to avoid
/external/jline/src/src/test/resources/jline/example/
Denglish.gz