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

1 2 3 4

  /external/netcat/scripts/
irc 32 while read xx yy ; do
40 if test "${yy}" ; then
41 sender="privmsg ${yy} :"
50 if test -f "${yy}" ; then
54 done ) < "$yy"
57 echo "[File $yy not found]" >&2
63 if test "${yy}" ; then
64 savecmd="${yy}"
70 echo "${sender}${xx} ${yy}"
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
g_pitch.c 37 Word16 xy, yy, exp_xy, exp_yy, gain; local
42 yy = extract_h(Dot_product12_asm(y1, y1, L_subfr, &exp_yy));
47 yy = extract_h(Dot_product12(y1, y1, L_subfr, &exp_yy));
51 g_coeff[0] = yy;
60 /* compute gain = xy/yy */
62 xy >>= 1; /* Be sure xy < yy */
63 gain = div_s(xy, yy);
syn_filt.c 41 Word16 *yy, *p1, *p2; local
42 yy = &y_buf[0];
46 *yy++ = mem[i];
53 p2 = &yy[i-1];
73 y[i] = yy[i] = extract_h(L_add(L_tmp, 0x8000));
79 mem[i] = yy[lg - 16 + i];
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
wb_syn_filt.cpp 142 int16 *yy; local
145 pv_memcpy(y_buf, mem, m*sizeof(*yy));
147 yy = &y_buf[m];
160 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -3], a[3], L_tmp1);
161 L_tmp2 = fxp_mac_16by16(yy[(i<<2) -2], a[3], L_tmp2);
162 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -2], a[2], L_tmp1);
163 L_tmp2 = fxp_mac_16by16(yy[(i<<2) -1], a[2], L_tmp2);
164 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -1], a[1], L_tmp1);
168 L_tmp1 = fxp_mac_16by16(yy[(i<<2)-1 - j], a[j+1], L_tmp1);
169 L_tmp2 = fxp_mac_16by16(yy[(i<<2) - j], a[j+1], L_tmp2)
    [all...]
  /external/speex/libspeex/
filters_sse.h 57 __m128 yy; local
60 yy = _mm_add_ss(xx, mem[0]);
61 _mm_store_ss(y+i, yy);
62 yy = _mm_shuffle_ps(yy, yy, 0);
69 mem[0] = _mm_sub_ps(mem[0], _mm_mul_ps(yy, den[0]));
75 mem[1] = _mm_sub_ps(mem[1], _mm_mul_ps(yy, den[1]));
80 mem[2] = _mm_sub_ps(mem[2], _mm_mul_ps(yy, den[2]));
107 __m128 yy; local
162 __m128 yy; local
209 __m128 yy; local
260 __m128 yy; local
306 __m128 yy; local
    [all...]
ltp_sse.h 76 __m128 sum, *xx, *yy; local
78 yy = y+i;
82 sum = _mm_add_ps(sum, _mm_mul_ps(xx[0], yy[0]));
83 sum = _mm_add_ps(sum, _mm_mul_ps(xx[1], yy[1]));
85 yy += 2;
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
syn_filt.cpp 185 Word16 *yy;
187 // Copy mem[] to yy[]
189 yy = tmp;
193 *yy++ = mem[i];
203 s = L_msu (s, a[j], yy[-j]);
206 *yy++ = pv_round (s);
262 Word16 *yy; local
269 /* Copy mem[] to yy[] */
271 yy = tmp;
273 memcpy(yy, mem, M*sizeof(Word16))
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
g_code.cpp 148 Word16 xy, yy, exp_xy, exp_yy, gain;
186 yy = extract_h (L_shl (s, exp_yy));
188 // compute gain = xy/yy
190 xy = shr (xy, 1); // Be sure xy < yy
191 gain = div_s (xy, yy);
236 Word16 xy, yy, exp_xy, exp_yy, gain; local
263 if (exp_xy < 17) /* extra right shift to be sure xy < yy */
296 yy = (Word16)(s >> (16 - exp_yy));
300 yy = (Word16)(s << (exp_yy - 16));
303 gain = div_s(xy, yy);
    [all...]
g_pitch.cpp 172 Word16 xy, yy, exp_xy, exp_yy, gain;
199 yy = pv_round (L_shl (s, exp_yy));
209 yy = pv_round (L_shl (s, exp_yy));
239 g_coeff[0] = yy;
251 // compute gain = xy/yy
253 xy = shr (xy, 1); // Be sure xy < yy
254 gain = div_s (xy, yy);
310 Word16 yy; local
345 yy = pv_round(L_temp, pOverflow);
364 yy = pv_round(L_temp, pOverflow)
    [all...]
  /bionic/libm/bsdsrc/
b_tgamma.c 190 struct Double yy, r; local
194 yy = ratfun_gam(y - x0, 0);
195 return (yy.a + yy.b);
199 yy.a = r.a - one;
201 yy.b = r.b = y - yy.a;
203 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
204 t = r.a*yy.a;
205 r.b = r.a*yy.b + y*r.b
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
syn_filt_neon.s 39 MOV r5, r13 @ copy yy = y_buf address
43 @ *yy++ = mem[i]@
46 VST1.S16 {D0, D1, D2, D3}, [r5]! @store 16 mem[] to *yy
60 ADD r4, r13, #32 @ yy[i] address
68 ADD r10, r4, r8, LSL #1 @ y[i], yy[i] address
89 STRH r9, [r10] @ yy[i]
95 ADD r5, r13, #160 @ yy[64] address
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 38 $yy="ebx";
49 &add (&LB($yy),&LB($tx));
50 &mov ($ty,&DWP(0,$dat,$yy,4));
51 &mov (&DWP(0,$dat,$yy,4),$tx);
73 &xor ($yy,$yy);
79 &mov (&LB($yy),&BP(4,$dat)); # load key->y
116 &add (&LB($yy),&LB($tx));
117 &mov ($ty,&DWP(0,$dat,$yy,4));
118 &mov (&DWP(0,$dat,$yy,4),$tx)
    [all...]
  /external/bzip2/
huffman.c 46 Int32 zz, yy, tmp; \
49 yy = zz << 1; \
50 if (yy > nHeap) break; \
51 if (yy < nHeap && \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
53 yy++; \
54 if (weight[tmp] < weight[heap[yy]]) break; \
55 heap[zz] = heap[yy]; \
56 zz = yy; \
    [all...]
  /external/qemu/hw/
goldfish_fb.c 188 int yy; local
190 for (yy = 0; yy < height; yy++, dst_line += pitch, src_line += width*2)
219 y_first = (y_first < 0) ? yy : y_first;
220 y_last = yy;
225 int yy; local
227 for (yy = 0; yy < height; yy++, dst_line += pitch, src_line += width*2
    [all...]
  /external/freetype/src/base/
ftcalc.c 704 FT_Fixed xx, xy, yx, yy; local
711 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
712 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
713 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy );
716 b->yx = yx; b->yy = yy;
725 FT_Pos delta, xx, yy; local
732 delta = FT_MulFix( matrix->xx, matrix->yy )
758 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/grub/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/libffi/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
  /device/samsung/crespo/alsa-lib/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
  /device/samsung/crespo/alsa-utils/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/bison/build-aux/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/chromium/sdch/open-vcdiff/
missing 85 flex create \`lex.yy.c', if possible, from existing .c
87 lex create \`lex.yy.c', if possible, from existing .c
249 rm -f lex.yy.c
256 cp "$SRCFILE" lex.yy.c
261 if test ! -f lex.yy.c; then
262 echo 'main() { return 0; }' >lex.yy.c
  /external/chromium/third_party/libevent/
missing 87 flex create \`lex.yy.c', if possible, from existing .c
89 lex create \`lex.yy.c', if possible, from existing .c
239 rm -f lex.yy.c
246 cp "$SRCFILE" lex.yy.c
251 if [ ! -f lex.yy.c ]; then
252 echo 'main() { return 0; }' >lex.yy.c
  /external/dbus/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/elfutils/config/
missing 72 flex create \`lex.yy.c', if possible, from existing .c
74 lex create \`lex.yy.c', if possible, from existing .c
222 rm -f lex.yy.c
229 cp "$SRCFILE" lex.yy.c
234 if [ ! -f lex.yy.c ]; then
235 echo 'main() { return 0; }' >lex.yy.c
  /external/genext2fs/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c

Completed in 375 milliseconds

1 2 3 4