HomeSort by relevance Sort by last modified time
    Searched refs:taps (Results 1 - 18 of 18) sorted by null

  /external/fio/lib/
lfsr.c 8 * LFSR taps retrieved from:
144 static uint64_t lfsr_create_xormask(uint8_t *taps)
149 for(i = 0; i < FIO_MAX_TAPS && taps[i] != 0; i++)
150 xormask |= 1UL << (taps[i] - 1);
237 uint8_t *taps; local
239 taps = find_lfsr(nums);
240 if (!taps)
244 fl->xormask = lfsr_create_xormask(taps);
245 fl->cached_bit = 1UL << (taps[0] - 1);
lfsr.h 10 unsigned int taps[FIO_MAX_TAPS]; member in struct:lfsr_taps
  /external/libvpx/libvpx/test/
blockiness_test.cc 112 void Blur(uint8_t *data, int stride, int taps) {
114 int half_taps = taps / 2;
116 for (int w = 0; w < taps; ++w) {
119 for (int w = taps; w < width_; ++w) {
120 sum += data[w + h * stride] - data[w - taps + h * stride];
121 data[w - half_taps + h * stride] = (sum + half_taps) / taps;
125 for (int h = 0; h < taps; ++h) {
128 for (int h = taps; h < height_; ++h) {
129 sum += data[w + h * stride] - data[(h - taps) * stride + w];
130 data[(h - half_taps) * stride + w] = (sum + half_taps) / taps;
    [all...]
consistency_test.cc 96 void Blur(uint8_t *data, int stride, int taps) {
98 int half_taps = taps / 2;
100 for (int w = 0; w < taps; ++w) {
103 for (int w = taps; w < width_; ++w) {
104 sum += data[w + h * stride] - data[w - taps + h * stride];
105 data[w - half_taps + h * stride] = (sum + half_taps) / taps;
109 for (int h = 0; h < taps; ++h) {
112 for (int h = taps; h < height_; ++h) {
113 sum += data[w + h * stride] - data[(h - taps) * stride + w];
114 data[(h - half_taps) * stride + w] = (sum + half_taps) / taps;
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 890 void OverlayPlaneBase::updateCoeff(int taps, double fCutoff,
907 num = taps * 16;
909 val = (1.0 / fCutoff) * taps * pi * (i - num) / (2 * num);
923 for (j = 0; j < taps; j++) {
927 for (j = 0; j < taps; j++) {
933 for (j = 0; j < taps; j++) {
934 pos = j + i * taps;
935 if ((j == (taps - 1) / 2) && !isVertAndUV)
941 tapAdjust[0] = (taps - 1) / 2;
949 for (j = 0; j < taps; j++
    [all...]
OverlayPlaneBase.h 66 virtual void updateCoeff(int taps, double fCutoff,
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.h 67 virtual void updateCoeff(int taps, double fCutoff,
OverlayPlaneBase.cpp 910 void OverlayPlaneBase::updateCoeff(int taps, double fCutoff,
927 num = taps * 16;
929 val = (1.0 / fCutoff) * taps * pi * (i - num) / (2 * num);
943 for (j = 0; j < taps; j++) {
947 for (j = 0; j < taps; j++) {
953 for (j = 0; j < taps; j++) {
954 pos = j + i * taps;
955 if ((j == (taps - 1) / 2) && !isVertAndUV)
961 tapAdjust[0] = (taps - 1) / 2;
969 for (j = 0; j < taps; j++
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 330 UpdateCoeff(int taps, double fCutoff, Bool isHoriz, Bool isY, coeffPtr pCoeff)
345 num = taps * 16;
347 val = (1.0 / fCutoff) * taps * pi * (i - num) / (2 * num);
361 for (j = 0; j < taps; j++) {
365 for (j = 0; j < taps; j++) {
371 for (j = 0; j < taps; j++) {
372 pos = j + i * taps;
373 if ((j == (taps - 1) / 2) && !isVertAndUV)
379 tapAdjust[0] = (taps - 1) / 2;
387 for (j = 0; j < taps; j++
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
MagnificationGestureHandlerTest.java 290 private GestureDescription multiTap(int taps) {
293 for (int i = 0; i < taps; i++) {
  /external/libvpx/libvpx/vpx_dsp/arm/
vpx_convolve8_avg_neon_asm.asm 16 ; taps == 8
56 sub r0, r0, #3 ; adjust for taps
184 ; adjust for taps
vpx_convolve8_neon_asm.asm 16 ; taps == 8
56 sub r0, r0, #3 ; adjust for taps
173 ; adjust for taps
  /external/walt/docs/
Development.md 33 1. Keep tapping the build number until it says ?You are now a developer? (7 taps)
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_mmx.asm 44 movq mm1, [rdx + 16] ; do both the negative taps first!!!
79 ; do outer positive taps
142 movq mm1, [rbx + 16] ; do both the negative taps first!!!
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/
symbolizer.go 42 // test taps for dependency injection
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/
symbolizer.go 42 // test taps for dependency injection
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_high_subpixel_8t_sse2.asm 14 ;Note: tap3 and tap4 have to be applied and added after other taps to avoid
vpx_subpixel_8t_sse2.asm 14 ;Note: tap3 and tap4 have to be applied and added after other taps to avoid

Completed in 281 milliseconds