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

1 2 3 4 5 6

  /external/webrtc/webrtc/common_audio/signal_processing/
get_hanning_window.c 58 size_t jj; local
71 for (jj = 0; jj < size; jj++)
  /external/llvm/test/tools/llvm-cov/Inputs/
test.cpp 28 void assign(int ii, int jj) {
29 grid[ii][jj] = (ii+1) * (jj+1);
34 for (int jj = 0; jj < 2; jj++)
35 assign(ii, jj);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DspFftServer.java 53 int ii, jj, kk, n1, n2, aa; local
57 jj = 0;
61 while (jj >= n1) {
62 jj = jj - n1;
65 jj = jj + n1;
67 if (ii < jj) {
69 r.mReal[ii] = r.mReal[jj];
70 r.mReal[jj] = t1
    [all...]
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 178 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
181 for (int ii = 0, jj = ascii.length - 1; ii < l_raw.length; ii++, jj -= 8) {
183 if (ascii[jj - bits] == '1') {
205 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
208 for (int ii = 0, jj = ascii.length - 1; ii < l_raw.length; ii++, jj -= 8) {
210 if (ascii[jj - bits] == '1') {
234 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
237 for (int ii = 0, jj = l_ascii.length - 1; ii < raw.length; ii++, jj -= 8)
    [all...]
  /external/clang/test/SemaCXX/
default1.cpp 59 void jj (int f = 4);
61 void jj (int f); // expected-note{{'jj' declared here}}
62 jj(); // expected-error{{too few arguments to function call, single argument 'f' was not specified}}
init-priority-attr.cpp 8 Two( int ii, int jj ) { i = ii; j = jj; k = count++; };
  /external/eigen/Eigen/src/SparseLU/
SparseLU_panel_bmod.h 61 Index ksub,jj,nextl_col; local
88 for (jj = jcol; jj < jcol + w; jj++)
90 nextl_col = (jj-jcol) * m;
109 for (jj = jcol; jj < jcol + w; jj++)
111 nextl_col = (jj-jcol) * m;
156 for (jj = jcol; jj < jcol + w; jj++
    [all...]
SparseLU_panel_dfs.h 44 bool update_segrep(Index krep, StorageIndex jj)
48 m_marker[krep] = jj;
62 void SparseLUImpl<Scalar,StorageIndex>::dfs_kernel(const StorageIndex jj, IndexVector& perm_r,
72 // For each unmarked krow of jj
73 marker(krow) = jj;
76 // krow is in L : place it in structure of L(*, jj)
115 if (chmark != jj )
117 marker(kchild) = jj;
152 } // end if chmark !=jj
160 if(traits.update_segrep(krep,jj))
    [all...]
  /art/test/005-annotations/src/android/test/anno/
AnnoArrayField.java 16 long[] jj() default {};
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMcovar.h 27 Index i, j, k, l, ii, jj;
61 jj = ipvt[j];
67 if (ii > jj)
68 r(ii,jj) = r(i,j);
69 if (ii < jj)
70 r(jj,ii) = r(i,j);
72 wa[jj] = r(j,j);
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
covar.h 15 Index i, j, k, l, ii, jj; local
49 jj = ipvt[j];
55 if (ii > jj)
56 r(ii,jj) = r(i,j);
57 if (ii < jj)
58 r(jj,ii) = r(i,j);
60 wa[jj] = r(j,j);
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_Core_MixInSoft_D16C31_SAT.c 38 LVM_INT32 ii,jj; local
76 for (jj = 4; jj!=0 ; jj--){
113 for (jj = 4; jj!=0 ; jj--){
Core_MixInSoft_D32C31_SAT.c 39 LVM_INT16 ii,jj; local
76 for (jj = 4; jj!=0 ; jj--){
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.c 160 uint ii = i + x, jj = j + y; local
161 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
163 uint dst_offset = jj * dst_stride + ii;
180 uint ii = i + x, jj = j + y; local
181 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
183 uint dst_offset = jj * dst_stride + ii;
200 uint ii = i + x, jj = j + y; local
201 uint tile_offset = ((jj / tile_h) * tiles_per_row + ii / tile_w);
208 ii, jj);
250 uint ii = i + x, jj = j + y local
270 uint ii = i + x, jj = j + y; local
289 uint ii = i + x, jj = j + y; local
    [all...]
  /external/opencv/cv/src/
cvoptflowlk.cpp 375 int jj; local
383 for( jj = -j; jj <= HorRadius; jj++ )
385 float Ker = KerX[jj];
387 WII[address].xx += II[address + jj].xx * Ker;
388 WII[address].xy += II[address + jj].xy * Ker;
389 WII[address].yy += II[address + jj].yy * Ker;
390 WII[address].xt += II[address + jj].xt * Ker;
391 WII[address].yt += II[address + jj].yt * Ker
398 int jj; local
428 int jj; local
    [all...]
  /external/toybox/toys/other/
bzcat.c 164 int hh, ii, jj, kk, symCount, *base, *limit; local
169 jj = get_bits(bd, 24);
173 if (ii==0x177245 && jj==0x385090) return RETVAL_LAST_BLOCK;
176 if (ii!=0x314159 || jj!=0x265359) return RETVAL_NOT_BZIP_DATA;
192 for (jj=0; jj<16; jj++)
193 if (kk & (1 << (15 - jj)))
194 bd->symToByte[bd->symTotal++] = (16 * ii) + jj;
214 for(jj=0;get_bits(bd,1);jj++
322 int ii, jj, kk, runPos, dbufCount, symCount, selector, nextSym, local
454 int ii, jj; local
    [all...]
  /external/pdfium/xfa/fxbarcode/pdf417/
BC_PDF417Writer.cpp 112 for (int32_t jj = 0; jj < width; jj++) {
113 bitarray[jj * height + inverseii] = temp[ii * width + jj];
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
Test.java 22 JSONStringer jj; local
121 jj = new JSONStringer();
122 s = jj
156 jj = new JSONStringer();
157 jj.array();
158 jj.value(1);
159 jj.array();
160 jj.value(null);
161 jj.array();
162 jj.object()
    [all...]
  /art/test/451-spill-splot/src/
Main.java 42 float jj = 9; local
49 System.out.println(aa + bb + cc + dd + ee + ff + gg + hh + ii + jj + kk + ll + mm + nn);
71 jj = $noinline$computeFloat();
  /external/mesa3d/src/mesa/tnl/
t_pipeline.h 70 extern void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj );
  /external/eigen/bench/
sparse_setter.cpp 364 for(I jj = row_start; jj < row_end; jj++){
365 temp.push_back(std::make_pair(Aj[jj],Ax[jj]));
370 for(I jj = row_start, n = 0; jj < row_end; jj++, n++){
371 Aj[jj] = temp[n].first;
372 Ax[jj] = temp[n].second
387 I jj = row_end; local
    [all...]
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 337 Index jj = 0; local
339 while (jj < sizel)
342 // we must select first the smallest column index among ju(jj:sizel)
344 Index minrow = ju.segment(jj,sizel-jj).minCoeff(&k); // k is relative to the segment
345 k += jj;
346 if (minrow != ju(jj))
349 Index j = ju(jj);
350 swap(ju(jj), ju(k));
351 jr(minrow) = convert_index<StorageIndex>(jj);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 260 int ii, jj; local
286 jj = j % 256;
294 n0 = t0 * t0 * grad2(perm[ii + perm[jj]], x0, y0);
302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1);
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
347 int ii, jj, kk; local
427 jj = j % 256;
436 n0 = t0 * t0 * grad3(perm[ii + perm[jj + perm[kk]]], x0, y0, z0);
445 t1 * t1 * grad3(perm[ii + i1 + perm[jj + j1 + perm[kk + k1]]], x1,
455 t2 * t2 * grad3(perm[ii + i2 + perm[jj + j2 + perm[kk + k2]]], x2
530 int ii, jj, kk, ll; local
    [all...]
  /external/libopus/tests/
test_opus_api.c 711 opus_int32 i,j,jj,sz; local
742 for(jj=0;jj<=1275*2+3;jj++)
745 ret=opus_packet_parse(packet,jj,&toc,frames,size,&payload_offset);
747 if((jj&1)==1 && jj<=2551)
752 if(size[0]!=size[1] || size[0]!=((jj-1)>>1))test_failed();
826 for(jj=49;jj<=64;jj++
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 276 int j, jc, jf, jj, k, k1, k2, k3, k4, kk, kt, nn, ns, nt; local
377 jj = 9;
379 while (k % jj == 0) {
382 k /= jj;
385 jj = j * j;
386 } while (jj <= k);
684 jj = j;
692 ak += Rtmp [k - 1] * Cos [jj - 1];
693 bk += Itmp [k - 1] * Cos [jj - 1];
695 aj += Rtmp [k - 1] * Sin [jj - 1]
    [all...]

Completed in 792 milliseconds

1 2 3 4 5 6