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

1 2

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_mips.c 16 float xr, xi, yr, yi; local
20 yr = a[16];
22 a[8] = yr;
29 yr = a[2];
31 a[64] = yr;
38 yr = a[18];
40 a[72] = yr;
47 yr = a[10];
49 a[80] = yr;
56 yr = a[26]
    [all...]
aec_rdft.c 141 float xr, xi, yr, yi; local
150 yr = a[k1 + 0];
152 a[j1 + 0] = yr;
160 yr = a[k1 + 0];
162 a[j1 + 0] = yr;
170 yr = a[k1 + 0];
172 a[j1 + 0] = yr;
180 yr = a[k1 + 0];
182 a[j1 + 0] = yr;
191 yr = a[k1 + 0]
498 float wkr, wki, xr, xi, yr, yi; local
519 float wkr, wki, xr, xi, yr, yi; local
    [all...]
aec_rdft_sse2.c 243 float wkr, wki, xr, xi, yr, yi; local
278 // yr = wkr * xr - wki * xi;
287 // a[j2 + 0] -= yr;
289 // a[k2 + 0] += yr;
321 yr = wkr * xr - wki * xi;
323 a[j2 + 0] -= yr;
325 a[k2 + 0] += yr;
333 float wkr, wki, xr, xi, yr, yi; local
369 // yr = wkr * xr + wki * xi;
378 // a[j2 + 0] = a[j2 + 0] - yr;
    [all...]
aec_rdft_neon.c 217 // yr = wkr * xr - wki * xi;
226 // a[j2 + 0] -= yr;
228 // a[k2 + 0] += yr;
258 const float yr = wkr * xr - wki * xi; local
260 a[j2 + 0] -= yr;
262 a[k2 + 0] += yr;
297 // yr = wkr * xr - wki * xi;
306 // a[j2 + 0] -= yr;
308 // a[k2 + 0] += yr;
339 const float yr = wkr * xr + wki * xi local
    [all...]
  /external/libopus/celt/arm/
celt_mdct_ne10.c 120 kiss_fft_scalar re, im, yr, yi; local
125 yr = S_MUL(re,t0) - S_MUL(im,t1);
127 yc.r = yr;
145 kiss_fft_scalar yr, yi; local
146 yr = S_MUL(fp->i,t[N4+i]) - S_MUL(fp->r,t[i]);
148 *yp1 = yr;
191 kiss_fft_scalar yr, yi; local
192 yr = S_MUL(*xp2, t[i]) + S_MUL(*xp1, t[N4+i]);
194 yp[2*i] = yr;
213 kiss_fft_scalar re, im, yr, yi local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
transform.c 46 double tmp1r, tmp1i, xr, xi, yr, yi, fact; local
71 yr = tmpim[k] + tmpim[FRAMESAMPLES_HALF - 1 - k];
77 outreQ7[FRAMESAMPLES_HALF - 1 - k] = (int16_t)WebRtcIsac_lrint((-yr * tmp1i - yi * tmp1r) * 128.0);
78 outimQ7[FRAMESAMPLES_HALF - 1 - k] = (int16_t)WebRtcIsac_lrint((-yr * tmp1r + yi * tmp1i) * 128.0);
89 double tmp1r, tmp1i, xr, xi, yr, yi, fact; local
101 yr = -inim[FRAMESAMPLES_HALF - 1 - k] * tmp1r - inre[FRAMESAMPLES_HALF - 1 - k] * tmp1i;
107 outre2[k] = xi + yr;
108 outre2[FRAMESAMPLES_HALF - 1 - k] = -xi + yr;
  /external/libopus/celt/mips/
mdct_mipsr1.h 142 kiss_fft_scalar re, im, yr, yi; local
148 yr = S_MUL_SUB(re,t0,im,t1);
151 yc.r = yr;
172 kiss_fft_scalar yr, yi; local
173 yr = S_MUL_SUB(fp->i,t[N4+i] , fp->r,t[i]);
175 *yp1 = yr;
216 kiss_fft_scalar yr, yi; local
218 yr = S_MUL_ADD(*xp2, t[i] , *xp1, t[N4+i]);
221 yp[2*rev+1] = yr;
241 kiss_fft_scalar re, im, yr, yi local
    [all...]
  /external/libopus/celt/
mdct.c 199 kiss_fft_scalar re, im, yr, yi; local
204 yr = S_MUL(re,t0) - S_MUL(im,t1);
206 yc.r = yr;
227 kiss_fft_scalar yr, yi; local
228 yr = S_MUL(fp->i,t[N4+i]) - S_MUL(fp->r,t[i]);
230 *yp1 = yr;
271 kiss_fft_scalar yr, yi; local
273 yr = ADD32_ovflw(S_MUL(*xp2, t[i]), S_MUL(*xp1, t[N4+i]));
276 yp[2*rev+1] = yr;
296 kiss_fft_scalar re, im, yr, yi local
    [all...]
  /external/webrtc/webrtc/common_audio/
fft4g.c 475 float xr, xi, yr, yi;
499 yr = a[k] - a[n - k];
502 a[k] = yr;
564 float xr, xi, yr, yi;
583 yr = a[k] + a[n - k];
586 a[k] = yr;
702 float xr, xi, yr, yi; local
722 yr = a[k1];
724 a[j1] = yr;
732 yr = a[k1]
1243 float wkr, wki, xr, xi, yr, yi; local
1268 float wkr, wki, xr, xi, yr, yi; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform_neon.c 181 int16x4_t yr = vqadd_s16(inim_0, inim_1); local
186 int32x4_t outr1 = vmull_s16(tmpi, yr);
191 outi1 = vmlsl_s16(outi1, tmpr, yr);
287 int32x4_t yr = vmull_s16(tmpr, inim_1); local
291 yr = vmlal_s16(yr, tmpi, inre_1);
293 yr = vnegq_s32(yr);
297 yr = vshrq_n_s32(yr, 5)
    [all...]
  /external/pdfium/third_party/lcms/src/
cmswtpnt.c 284 cmsFloat64Number xr, yr; local
291 yr = Primrs -> Red.y;
299 _cmsVEC3init(&Primaries.v[1], yr, yg, yb);
300 _cmsVEC3init(&Primaries.v[2], (1-xr-yr), (1-xg-yg), (1-xb-yb));
315 _cmsVEC3init(&r -> v[1], Coef.n[VX]*yr, Coef.n[VY]*yg, Coef.n[VZ]*yb);
316 _cmsVEC3init(&r -> v[2], Coef.n[VX]*(1.0-xr-yr), Coef.n[VY]*(1.0-xg-yg), Coef.n[VZ]*(1.0-xb-yb));
  /external/nist-sip/java/gov/nist/javax/sip/parser/
HeaderParser.java 118 int yr = Integer.parseInt(s2); local
119 retval.set(Calendar.YEAR, yr);
  /external/python/cpython3/Lib/http/
cookiejar.py 142 def _str2time(day, mon, yr, hr, min, sec, tz):
143 yr = int(yr)
144 if yr > datetime.MAXYEAR:
172 if yr < 1000:
176 tmp = yr
177 yr = yr + cur_yr - m
180 if m > 0: yr = yr + 10
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cookielib.py 137 def _str2time(day, mon, yr, hr, min, sec, tz):
158 yr = int(yr)
164 if yr < 1000:
168 tmp = yr
169 yr = yr + cur_yr - m
172 if m > 0: yr = yr + 100
173 else: yr = yr - 100
    [all...]
  /external/python/cpython2/Lib/
cookielib.py 137 def _str2time(day, mon, yr, hr, min, sec, tz):
158 yr = int(yr)
164 if yr < 1000:
168 tmp = yr
169 yr = yr + cur_yr - m
172 if m > 0: yr = yr + 100
173 else: yr = yr - 10
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.h 79 virtual void test4064654(int32_t yr, int32_t mo, int32_t dt, int32_t hr, int32_t mn, int32_t sc);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
mathmodule.c 881 Note 3: The intermediate values lo, yr, and hi are declared volatile so
887 hi value gets forced into a double before yr and lo are computed, the extra
969 volatile double hi, yr, lo; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
mathmodule.c 881 Note 3: The intermediate values lo, yr, and hi are declared volatile so
887 hi value gets forced into a double before yr and lo are computed, the extra
969 volatile double hi, yr, lo; local
    [all...]
  /external/python/cpython2/Modules/
mathmodule.c 880 Note 3: The intermediate values lo, yr, and hi are declared volatile so
886 hi value gets forced into a double before yr and lo are computed, the extra
968 volatile double hi, yr, lo; local
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-function-1.cpp 21 T *xp = &x, &yr = y; // expected-error{{pointer to a reference}} local
  /external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/
project4.go 35 xr, yr := x.Restrictions(), y.Restrictions()
48 pb.Equal(&xr, &yr) &&
  /frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.cpp 356 float yr = mFy * yc + mCy; local
360 yr = std::min(mArrayHeight - 1, std::max(0.f, yr));
364 coordPairs[i + 1] = static_cast<T>(std::round(yr));
  /external/python/cpython3/Modules/
mathmodule.c 1307 volatile double hi, yr, lo; local
    [all...]
  /external/adhd/scripts/volume_tuning/
volume.js 251 var yr = getFix(right);
255 return yl + (yr - yl) * (x - xl) / (xr - xl);
  /external/tensorflow/tensorflow/python/kernel_tests/
batch_matmul_op_test.py 42 yr = y.reshape([num, y.shape[-2], y.shape[-1]])
48 b = np.matrix(yr[i, :, :])

Completed in 1047 milliseconds

1 2