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

1 2 3

  /external/svox/pico/lib/
picofftsg.c 670 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; local
692 j1 = j + m;
694 xr = a[j1];
695 xi = a[j1 + 1];
698 a[j1] = yr;
699 a[j1 + 1] = yi;
702 j1 += m;
704 xr = a[j1];
705 xi = a[j1 + 1];
708 a[j1] = yr
1029 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; local
1583 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh; local
1707 picoos_int32 i, i0, j, j0, j1, j2, j3, m, mh; local
2034 picoos_int32 i, i0, j, j0, j1, j2, j3, m, mh; local
2248 picoos_int32 i, i0, j, j0, j1, j2, j3, m, mh; local
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft.c 47 int j, j1, k, k1, m, m2; local
65 j1 = 2 * j + ip[k];
67 xr = a[j1];
68 xi = a[j1 + 1];
71 a[j1] = yr;
72 a[j1 + 1] = yi;
75 j1 += m2;
77 xr = a[j1];
78 xi = a[j1 + 1];
81 a[j1] = yr
318 int j0, j1, j2, j3, k, k1, k2, m2; local
442 int j, j1, j2, j3, l; local
472 int j, j1, j2, j3, l; local
504 int j1, j2, k1, k2; local
525 int j1, j2, k1, k2; local
    [all...]
aec_rdft_sse2.c 244 int j1, j2, k1, k2; local
253 for (j1 = 1, j2 = 2; j2 + 7 < 64; j1 += 4, j2 += 8) {
255 const __m128 c_j1 = _mm_loadu_ps(&c[ j1]); // 1, 2, 3, 4,
256 const __m128 c_k1 = _mm_loadu_ps(&c[29 - j1]); // 28, 29, 30, 31,
316 for (; j2 < 64; j1 += 1, j2 += 2) {
318 k1 = 32 - j1;
320 wki = c[j1];
334 int j1, j2, k1, k2; local
344 for (j1 = 1, j2 = 2; j2 + 7 < 64; j1 += 4, j2 += 8)
    [all...]
  /external/webrtc/src/modules/audio_processing/utility/
fft4g.c 695 int j, j1, k, k1, l, m, m2; local
712 j1 = 2 * j + ip[k];
714 xr = a[j1];
715 xi = a[j1 + 1];
718 a[j1] = yr;
719 a[j1 + 1] = yi;
722 j1 += m2;
724 xr = a[j1];
725 xi = a[j1 + 1];
728 a[j1] = yr
795 int j, j1, k, k1, l, m, m2; local
904 int j, j1, j2, j3, l; local
954 int j, j1, j2, j3, l; local
1109 int j, j1, j2, j3, k, k1, k2, m, m2; local
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java 107 int j1 = j + 1; local
117 indexBuffer[index++] = (short) (i1 * iMax + j1);
119 indexBuffer[index++] = (short) (i1 * iMax + j1);
120 indexBuffer[index++] = (short) (i * iMax + j1);
  /external/clang/test/SemaCXX/
dr1301.cpp 59 int j1 = J().n; // ok variable
  /external/opencv/ml/src/
mlknearest.cpp 218 int i, j, j1, count = end - start; local
247 for( j1 = 0; j1 < j; j1++ )
248 if( sort_buf[j1].i > sort_buf[j1+1].i )
251 CV_SWAP( sort_buf[j1].i, sort_buf[j1+1].i, t );
  /external/stlport/test/eh/
bcb.mak 51 CFLAG1 = -w- -jb -j1 -I.;..\..\stlport;$(BCB)\include; -Od -v -N -x -xp -tWC -D$(SYSDEFINES);$(USERDEFINES)
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 795 // detected color checkers bounded by row i1, row i2 and column j1 and column j2
797 void ColorCheckerTest::findBestMatch(int i1, int i2, int j1, int j2) {
799 int numVerticalGrid = j2 - j1 + 1;
803 ALOGV("i1, j2, j1, j2 is %d, %d, %d, %d", i1, i2, j1, j2);
811 if (mCandidateColors[i1 + i][j1 + j] != NULL) {
812 error += mCandidateColors[i1 + i][j1 + j]->squareDistance<int>(
828 if (mCandidateColors[i1 + id][j1 + jd] != NULL) {
829 error += mCandidateColors[i1 + id][j1 + jd]->
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 628 int i1, j1; local
632 j1 = x;
637 j1 = x >> shift;
641 if( j1 < 0 || j1 >= width || i1 < 0 || i1 >= height )
644 mdata = mdata0 + i1*width + j1;
654 line_end[k].x = j1;
676 int i1, j1; local
680 j1 = x;
685 j1 = x >> shift
    [all...]
  /cts/apps/CtsVerifier/include/colorchecker/
colorcheckertest.h 83 void findBestMatch(int i1, int i2, int j1, int j2);
  /bionic/libm/src/
math_private.h 224 #define __ieee754_j1 j1
  /frameworks/compile/linkloader/include/impl/
ELFObject.hxx 186 j1 = (*inst >> 13) & 0x1u, // 13 local
188 Inst_t i1 = (~(j1 ^ s)) & 0x1u,
280 Inst_t j1 = ((~i1) ^ s) & 0x01u, // 13 local
285 *inst |= j1 << 13;
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 1323 j, j1, k, k0, k_check, m2, m5, s2, s5, local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 239 __MATHCALL (j1,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 239 __MATHCALL (j1,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 239 __MATHCALL (j1,, (_Mdouble_));
  /bionic/libm/include/
math.h 263 double j1(double);
  /development/ndk/platforms/android-3/include/
math.h 262 double j1(double);
  /development/ndk/platforms/android-9/include/
math.h 262 double j1(double);
  /external/llvm/test/
Makefile 38 LIT_ARGS += -j1
  /ndk/build/tools/
build-gcc.sh 253 run make -j1
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
math.h 262 double j1(double);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
math.h 262 double j1(double);
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 262 double j1(double);

Completed in 971 milliseconds

1 2 3