HomeSort by relevance Sort by last modified time
    Searched refs:xo (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/adhd/cras/src/dsp/
crossover.h 49 * xo - The crossover filter we want to initialize.
53 void crossover_init(struct crossover *xo, float freq1, float freq2);
57 * xo - The crossover filter to use.
63 void crossover_process(struct crossover *xo, int count, float *data0,
crossover.c 172 void crossover_init(struct crossover *xo, float freq1, float freq2)
177 lr4_set(&xo->lp[i], BQ_LOWPASS, f);
178 lr4_set(&xo->hp[i], BQ_HIGHPASS, f);
182 void crossover_process(struct crossover *xo, int count, float *data0,
185 lr4_split(&xo->lp[0], &xo->hp[0], count, data0, data1);
186 lr4_merge(&xo->lp[1], &xo->hp[1], count, data0);
187 lr4_split(&xo->lp[2], &xo->hp[2], count, data1, data2)
    [all...]
  /external/adhd/cras/src/dsp/tests/
crossover_test.c 29 void process(struct crossover *xo, int count, float *data0, float *data1,
34 crossover_process(xo, min(2048, count - start),
44 struct crossover xo; local
59 crossover_init(&xo, 400 / NQ, 4000 / NQ);
61 process(&xo, frames, data0, data1, data2);
66 crossover_init(&xo, 400 / NQ, 4000 / NQ);
68 process(&xo, frames, data0 + frames, data1 + frames,
  /external/compiler-rt/lib/asan/
asan_posix.cc 68 u32 xo = (inst >> 1) & 0x3FF; local
77 (opcd == 31 && (xo == 247 || xo == 439 || xo == 183 || xo == 181))))
  /external/proguard/src/proguard/gui/splash/
ShadowedSprite.java 87 int xo = xOffset.getInt(time) - b/2; local
95 int xt = xo + x;
  /toolchain/binutils/binutils-2.27/zlib/
zlib2ansi 24 my $decl = qr{ $sp (?: \w+ $sp )+ $d1 }xo ;
25 my $dList = qr{ $sp $decl (?: $sp , $d1 )* $sp ; $sp }xo ;
  /device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
mag_cal.h 97 float *xo, float *yo, float *zo);
104 float *xo, float *yo, float *zo);
mag_cal.c 241 float *xo, float *yo, float *zo) {
242 *xo = xi - moc->x_bias;
262 float *xo, float *yo, float *zo) {
263 *xo = moc->c00 * xi + moc->c01 * yi + moc->c02 * zi;
  /external/zlib/src/
zlib2ansi 24 my $decl = qr{ $sp (?: \w+ $sp )+ $d1 }xo ;
25 my $dList = qr{ $sp $decl (?: $sp , $d1 )* $sp ; $sp }xo ;
  /external/webp/src/dsp/
ssim.c 65 int xo, int yo, int W, int H) {
70 const int xmin = (xo - VP8_SSIM_KERNEL < 0) ? 0 : xo - VP8_SSIM_KERNEL;
71 const int xmax = (xo + VP8_SSIM_KERNEL > W - 1) ? W - 1
72 : xo + VP8_SSIM_KERNEL;
78 const uint32_t w = kWeight[VP8_SSIM_KERNEL + x - xo]
  /external/libyuv/files/util/
ssim.cc 114 int xo,
121 org += (xo - KERNEL);
123 rec += (xo - KERNEL);
130 if (((xo - KERNEL + x_) >= 0) && ((xo - KERNEL + x_) < W)) {
147 int xo,
155 org += yo * stride + xo;
156 rec += yo * stride + xo;
232 org += (yo - KERNEL) * stride + (xo - KERNEL);
233 rec += (yo - KERNEL) * stride + (xo - KERNEL)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_tiled_memcpy.c 256 * an X offset 'x0' or 'xo' and a Y offset 'yo.'
258 uint32_t xo, yo; local
273 for (xo = x1; xo < x2; xo += xtile_span) {
274 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + xo, xtile_span);
277 mem_copy_align16(dst + ((xo + yo) ^ swizzle), src + x2, x3 - x2);
304 * an X offset 'xo0' or 'xo' and a Y offset 'yo.'
325 uint32_t xo = xo1 local
362 uint32_t xo, yo; local
429 uint32_t xo = xo1; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 312 int xo, int yo, int w, int h)
319 VP_WARP_POINT_2D(xo, yo, *mot_a, ax1, ay1);
320 VP_WARP_POINT_2D(xo+w-1, yo, *mot_a, ax2, ay2);
321 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_a, ax3, ay3);
322 VP_WARP_POINT_2D(xo, yo+h-1, *mot_a, ax4, ay4);
323 VP_WARP_POINT_2D(xo, yo, *mot_b, bx1, by1);
324 VP_WARP_POINT_2D(xo+w-1, yo, *mot_b, bx2, by2);
325 VP_WARP_POINT_2D(xo+w-1, yo+h-1, *mot_b, bx3, by3);
326 VP_WARP_POINT_2D(xo, yo+h-1, *mot_b, bx4, by4);
  /external/boringssl/src/crypto/fipsmodule/md5/asm/
md5-586.pl 29 @xo=(
53 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
71 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
87 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
119 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0));
134 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
159 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if $pos != 2; # load X/k value
  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_cal.h 231 float* xo, float* yo, float* zo);
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 1465 dst.setPixel(rr::resolveMultisamplePixel(src, x+xo, y), xo, 0); local
    [all...]
  /device/google/contexthub/firmware/os/algos/calibration/over_temp/
over_temp_cal.h 466 * xo, yo, zo: 3-axis sensor data that has been compensated.
470 float zi, float *xo, float *yo, float *zo);
  /external/adhd/cras/src/tests/
dsp_core_unittest.cc 211 struct crossover xo; local
224 crossover_init(&xo, f1, f3);
230 crossover_process(&xo, len, data, data1, data2);
248 crossover_process(&xo, 0, NULL, NULL, NULL);
  /external/deqp/modules/gles2/functional/
es2fShaderBuiltinVarTests.cpp 542 for (int xo = 0; xo < w; xo++)
544 const float xf = (float(xo)+0.5f) / float(w);
547 const int dx = x0+xo;
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp 462 for (int xo = 0; xo < width; xo++)
463 dstAccess.setPixel(src.getPixel(xo, yo) * scale + bias, xo, yo);
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
symtab.go 107 xo := x
108 for xo.Outer != nil {
109 xo = xo.Outer
113 if xo.Type == sym.SDYNIMPORT || xo.Type == sym.SHOSTOBJ {
116 if xo.Sect == nil {
120 if xo.Sect.Elfsect == nil {
124 elfshnum = xo.Sect.Elfsect.(*ElfShdr).shnum
145 addr -= int64(xo.Sect.Vaddr
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
symtab.go 107 xo := x
108 for xo.Outer != nil {
109 xo = xo.Outer
113 if xo.Type == sym.SDYNIMPORT || xo.Type == sym.SHOSTOBJ {
116 if xo.Sect == nil {
120 if xo.Sect.Elfsect == nil {
124 elfshnum = xo.Sect.Elfsect.(*ElfShdr).shnum
145 addr -= int64(xo.Sect.Vaddr
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp     [all...]
es3fShaderBuiltinVarTests.cpp 567 for (int xo = 0; xo < w; xo++)
569 const float xf = (float(xo)+0.5f) / float(w);
572 const int dx = x0+xo;
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 1049 const int xo = fragNdx%2; local
1081 const int xo = fragNdx%2; local
    [all...]

Completed in 726 milliseconds

1 2 3