HomeSort by relevance Sort by last modified time
    Searched refs:lg (Results 26 - 50 of 90) sorted by null

12 3 4

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
hp50.c 60 Word16 lg, /* lenght of signal */
75 num = (Word32)lg;
residu.c 32 Word16 lg /* (i) : size of filtering */
37 for (i = 0; i < lg; i++)
syn_filt.c 33 Word16 lg, /* (i) : size of filtering */
50 for (i = 0; i < lg; i++)
79 mem[i] = yy[lg - 16 + i];
92 Word16 lg /* (i) : size of filtering */
100 for (i = 0; i < lg; i++)
math_op.c 199 Word16 lg, /* (i) : vector length */
206 for (i = 0; i < lg; i++)
hp_wsp.c 83 Word16 lg, /* i : lenght of signal */
101 for (i = 0; i < lg; i++)
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
oversamp_12k8_to_16k.cpp 48 int16 lg, lenght of signal
201 int16 lg, /* input: length of input */
215 lg*sizeof(*sig12k8));
217 lg_up = lg + (lg >> 2); /* 5/4 of lg */
222 (void *)(signal + lg),
wb_syn_filt.cpp 53 int16 lg, (i) : size of filtering
66 int16 lg (i) : size of filtering
130 int16 lg, /* (i) : size of filtering */
151 for (i = 0; i < lg >> 2; i++)
215 pv_memcpy(mem, &y[lg - m], m*sizeof(*y));
232 int16 lg /* (i) : size of filtering */
245 for (i = 0; i < lg >> 1; i++)
band_pass_6k_7k.cpp 48 int16 lg, lenght of signal
151 int16 lg, /* input: length of input */
167 for (i = 0; i < lg >> 2; i++)
237 pv_memcpy((void *)mem, (void *)(x + lg), L_FIR*sizeof(*mem));
low_pass_filt_7k.cpp 48 int16 lg, lenght of signal
144 int16 lg, /* input: length of input */
157 for (i = 0; i < lg >> 2; i++)
216 pv_memcpy((void *)mem, (void *)(x + lg), (L_FIR)*sizeof(*mem));
pvamrwb_math_op.h 90 int16 lg, /* (i) : vector length */
  /external/openssl/crypto/bn/asm/
s390x.S 35 lg %r7,0(%r2,%r3) // ap[i]
42 lg %r9,8(%r2,%r3)
49 lg %r7,16(%r2,%r3)
56 lg %r9,24(%r2,%r3)
76 lg %r7,0(%r2,%r3) // ap[i]
110 lg %r7,0(%r2,%r3) // ap[i]
115 lg %r9,8(%r2,%r3)
120 lg %r7,16(%r2,%r3)
125 lg %r9,24(%r2,%r3)
143 lg %r7,0(%r2,%r3) // ap[i
    [all...]
s390x-gf2m.pl 135 lg @T[1],$stdframe(@i[1],$sp)
146 lg @T[1],$stdframe(@i[1],$sp)
152 lg @T[0],$stdframe(@i[0],$sp)
178 lg $a,`$stdframe+128+4*$SIZE_T`($sp)
179 lg $b,`$stdframe+128+6*$SIZE_T`($sp)
183 lg $a,`$stdframe+128+3*$SIZE_T`($sp)
184 lg $b,`$stdframe+128+5*$SIZE_T`($sp)
  /external/openssl/crypto/sha/asm/
sha1-s390x.pl 71 lg $prefetch,$stdframe($sp) ### Xupdate(16) warm-up
76 lg $X[0],`$i*4`($inp) ### Xload($i)
81 lg $prefetch,`$stdframe+4*(($i+2)%16)`($sp)
167 lg %r0,0(%r1)
173 lg %r0,`2*$SIZE_T`($sp)
201 lg $K_00_39,0($t0)
202 lg $K_40_79,8($t0)
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.mutex/thread.lock/thread.lock.guard/
adopt_lock.pass.cpp 35 std::lock_guard<std::mutex> lg(m, std::adopt_lock);
mutex.fail.cpp 34 std::lock_guard<std::mutex> lg = m; local
mutex.pass.cpp 34 std::lock_guard<std::mutex> lg(m);
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 279 struct Double lg, lsine; local
300 lg = large_gam(y);
302 lg.a -= lsine.a; /* exact (opposite signs) */
303 lg.b -= lsine.b;
304 y = -(lg.a + lg.b);
305 z = (y + lg.a) + lg.b;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
post_pro.cpp 242 lg = length of the input signal (Word16)
288 Word16 lg //i : length of signal
294 for (i = 0; i < lg; i++)
347 Word16 lg, /* i : length of signal */
363 for (i = 0; i < lg; i++)
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pre_proc.cpp 441 lg = length of signal (Word16)
482 Word16 lg) // lenght of signal
487 for (i = 0; i < lg; i++)
543 Word16 lg) /* length of signal */
554 for (i = lg; i != 0; i--)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Dot_p_opt.s 20 @ Word16 lg, /* (i) : vector length */
26 @ lg --- r2
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-s390x-linux.S 147 lg %r2,S390_LOC_SAVED_R2
201 lg %r2, OFFSET_s390x_IA(%r13)
228 lg %r11, 8(%r8,%r7) /* .host */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
syn_filt.cpp 136 lg = size of filtering (Word16)
177 Word16 lg, // (i) : size of filtering
184 Word16 tmp[80]; // This is usually done by memory allocation (lg+M)
198 for (i = 0; i < lg; i++)
209 for (i = 0; i < lg; i++)
220 mem[i] = y[lg - M + i];
253 Word16 lg, /* (i) : size of filtering (40) */
261 Word16 tmp[2*M]; /* This is usually done by memory allocation (lg+M) */
342 for (i = (lg - M) >> 1; i != 0; i--)
395 memcpy(mem, &y[lg-M], M*sizeof(Word16))
    [all...]
  /external/harfbuzz/src/
harfbuzz-gdef.c 471 static HB_Error Load_LigGlyph( HB_LigGlyph* lg,
487 count = lg->CaretCount = GET_UShort();
491 lg->CaretValue = NULL;
493 if ( ALLOC_ARRAY( lg->CaretValue, count, HB_CaretValue ) )
496 cv = lg->CaretValue;
525 static void Free_LigGlyph( HB_LigGlyph* lg)
532 if ( lg->CaretValue )
534 count = lg->CaretCount;
535 cv = lg->CaretValue;
555 HB_LigGlyph* lg; local
623 HB_LigGlyph* lg; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gdef.c 471 static HB_Error Load_LigGlyph( HB_LigGlyph* lg,
487 count = lg->CaretCount = GET_UShort();
491 lg->CaretValue = NULL;
493 if ( ALLOC_ARRAY( lg->CaretValue, count, HB_CaretValue ) )
496 cv = lg->CaretValue;
525 static void Free_LigGlyph( HB_LigGlyph* lg)
532 if ( lg->CaretValue )
534 count = lg->CaretCount;
535 cv = lg->CaretValue;
555 HB_LigGlyph* lg; local
623 HB_LigGlyph* lg; local
    [all...]
  /external/openssl/crypto/
s390xcpuid.S 15 lg %r2,0(%r2)
24 lg %r2,16(%r15)

Completed in 542 milliseconds

12 3 4