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

  /external/openssl/crypto/sha/asm/
sha1-ia64.pl 37 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
45 ($h0,$h1,$h2,$h3,$h4) = ("loc6","loc7","loc8","loc9","loc10");
251 { .mlx; ld4 $h0=[ctx],8
267 { .mmi; mov $A=$h0
288 { .mmb; add $h0=$h0,$E
294 { .mmi; st4 [ctx]=$h0,8
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
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],
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);
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);
mp4dec_lib.h 289 void AdaptiveSmooth_NoMMX(uint8 *Rec_Y, int v0, int h0, int v_blk, int h_blk,
  /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;
  /libcore/sqlite-jdbc/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/openssl/crypto/sha/
sha_locl.h 72 ll=(c)->h0; HOST_l2c(ll,(s)); \
128 c->h0=INIT_DATA_h0;
219 A=c->h0;
343 c->h0=(c->h0+E)&0xffffffffL;
351 A=c->h0;
400 A=c->h0;
419 c->h0=(c->h0+A)&0xffffffffL;
427 A=c->h0;
    [all...]
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/wpa_supplicant/
crypto.c 97 os_memcpy(&context.h0, state, 5 * 4);
99 os_memcpy(state, &context.h0, 5 * 4);
  /external/openssl/include/openssl/
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_openssl.c 99 os_memcpy(&context.h0, state, 5 * 4);
101 os_memcpy(state, &context.h0, 5 * 4);
  /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...]
  /frameworks/base/services/surfaceflinger/
Layer.cpp 689 uint32_t w0=0, h0=0, s0=0; local
693 h0 = buf0->getHeight();
705 mFormat, w0, h0, s0, w1, h1, s1,
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 2206 milliseconds