HomeSort by relevance Sort by last modified time
    Searched defs:h0 (Results 1 - 20 of 20) sorted by null

  /external/clang/test/CodeGen/
fp16-ops.c 5 volatile __fp16 h0 = 0.0, h1 = 1.0, h2; variable
15 test = (h0);
48 h1 = h0 * h2;
54 h1 = h0 * (__fp16) -2.0;
58 h1 = h0 * f2;
68 h1 = (h0 / h2);
73 h1 = (h0 / (__fp16) -2.0);
77 h1 = (h0 / f2);
87 h1 = (h2 + h0);
92 h1 = ((__fp16)-2.0 + h0);
    [all...]
  /external/clang/test/Sema/
constant-builtins.c 16 int h0 = __builtin_types_compatible_p(int,float); variable
constant-builtins-2.c 48 int h0 = __builtin_types_compatible_p(int, float); variable
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_chroma.cpp 40 int v0, h0; local
60 h0 = ((h_blk - 1) >= 1) ? (h_blk - 1) : 1;
70 ptr = &Rec_C[addr_v + h0 - 1];
88 for (h_pel = h0; h_pel < h_blk + BLKSIZE - 1; h_pel++)
195 h0 = h_blk - 1;
201 AdaptiveSmooth_NoMMX(Rec_C, v0, h0, v_blk, h_blk, thres, width, max_diff);
203 DeringAdaptiveSmoothMMX(&Rec_C[(int32)v0*width+h0], width, thres, max_diff);
deringing_luma.cpp 39 int v0, h0; local
83 h0 = ((h_blk - 1) >= 1) ? (h_blk - 1) : 1;
96 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk,
137 h0 = ((h_blk - 1) >= 1) ? (h_blk - 1) : 1;
150 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk,
197 h0 = h_blk - 1;
212 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk,
215 DeringAdaptiveSmoothMMX(&Rec_Y[v0*width+h0],
chvr_filter.cpp 45 int max_diff, thres, v0, h0, min_blk, max_blk; local
464 h0 = (bc << 3) - 1;
467 AdaptiveSmooth_NoMMX(rec, v0, h0, v0 + 1, h0 + 1, thres, width, max_diff);
540 h0 = (bc << 3) + 1;
546 AdaptiveSmooth_NoMMX(rec, v0, h0, v0 - 3, h0 - 3, thres, width, max_diff);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_FwdTransformResidual4x4.c 69 int h0 = g0 + g2; local
73 pDst[i+0] = (OMX_S16) h0;
armVCM4P10_TransformResidual4x4.c 70 int h0 = g0 + g3; local
74 pDst[i+0] = (OMX_S16)((h0+32)>>6);
  /external/openssl/crypto/sha/
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/openssl/include/openssl/
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/mesa3d/src/pixelflinger2/
llvm_texture.cpp 183 Value * h0 = builder.CreateMul(builder.CreateSub(s1, s0), xLerpVec); local
185 h0 = builder.CreateAShr(h0, constIntVec(builder, SHIFT, SHIFT, SHIFT, SHIFT));
186 h0 = builder.CreateAdd(h0, s0);
192 Value * sample = builder.CreateMul(builder.CreateSub(h1, h0),
195 sample = builder.CreateAdd(sample, h0);
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 147 uchar p0, p1, p2, l0, l1, l2, h0, h1, h2; local
155 h0 = SAT_8U(p0 + cb0); h1 = SAT_8U(p1 + cb1); h2 = SAT_8U(p2 + cb2);
174 if( e->learnMax[0] < h0 ) e->learnMax[0]++;
206 e->learnMin[0] = l0; e->learnMax[0] = h0;
272 int h0 = p0 - M0, h1 = p1 - M1, h2 = p2 - M2; local
277 if( e->boxMin[0] <= l0 && h0 <= e->boxMax[0] &&
cvvecfacetracking.cpp 833 double h0 = (double)ppNew[element[0]]->r.height * scale_templ local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 149 float h0 = mHeight * 0.333333f; local
150 float h = h0 - 32;
151 float y = h0*0.5f;
165 y += h0;
  /external/llvm/include/llvm/ADT/
Hashing.h 271 uint64_t h0, h1, h2, h3, h4, h5, h6; member in struct:llvm::hashing::detail::hash_state
302 h0 = rotate(h0 + h1 + h3 + fetch64(s + 8), 37) * k1;
304 h0 ^= h6;
308 h4 = h0 + h5;
313 std::swap(h2, h0);
320 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);
  /external/speex/libspeex/
sb_celp.c 146 static const spx_word16_t h0[64] = {2, -7, -7, 18, 15, -39, -25, 75, 35, -130, -41, 212, 38, -327, -17, 483, -32, -689, 124, 956, -283, -1307, 543, 1780, -973, -2467, 1733, 3633, -3339, -6409, 9059, 30153, 30153, 9059, -6409, -3339, 3633, 1733, -2467, -973, 1780, 543, -1307, -283, 956, 124, -689, -32, 483, -17, -327, 38, 212, -41, -130, 35, 75, -25, -39, 15, 18, -7, -7, 2}; variable
149 static const float h0[64] = { variable
338 /* Compute the two sub-bands by filtering with QMF h0*/
339 qmf_decomp(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->h0_mem, stack);
864 qmf_synth(out, out+st->frame_size, h0, out, st->full_frame_size, QMF_ORDER, st->g0_mem, st->g1_mem, stack);
956 qmf_synth(out, out+st->frame_size, h0, out, st->full_frame_size, QMF_ORDER, st->g0_mem, st->g1_mem, stack);
    [all...]
  /external/webrtc/src/common_audio/vad/
vad_core.c 334 WebRtc_Word16 h0, h1; local
407 h0 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(h0test, 12); // Q15
419 // Get likelihood ratio. Approximate log2(H1/H0) with shifts0 - shifts1
447 if (h0 > 0)
451 ngprvec[pos] = (WebRtc_Word16)WebRtcSpl_DivW32W16(tmp32_2, h0);
  /frameworks/native/services/surfaceflinger/
Layer.cpp 714 uint32_t w0=0, h0=0, s0=0, f0=0; local
717 h0 = buf0->getHeight();
725 mFormat, w0, h0, s0,f0,
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 767 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>(); local
769 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
777 int col = ((Integer) h0.get("unique")).intValue();
779 col = ((Integer) h0.get("name")).intValue();
890 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>(); local
892 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
896 int col = ((Integer) h0.get("unique")).intValue();
898 col = ((Integer) h0.get("name")).intValue();
950 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>(); local
952 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-change
983 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>(); local
1310 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>(); local
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 1398 int h0, h1, h2, h3; local
1450 int h0 = x[i]; local
1498 int h0, h1, h2, h3; local
1560 int h0 = X[i].i.hi; local
    [all...]

Completed in 765 milliseconds