HomeSort by relevance Sort by last modified time
    Searched refs:st (Results 526 - 550 of 2989) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
pstfilt.cpp 264 st = pointer to a structure of type Post_FilterState
273 fields of the structure pointed to by st contains the updated field
312 Post_FilterState *st, // i/o : post filter states
331 Word16 *syn_work = &st->synth_buf[M];
359 Residu (Ap3, &syn_work[i_subfr], st->res2, L_SUBFR);
369 // 1st correlation of h[]
395 preemphasis (st->preemph_state, st->res2, temp2, L_SUBFR);
399 Syn_filt (Ap4, st->res2, &syn[i_subfr], L_SUBFR, st->mem_syn_pst, 1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
ol_ltp.cpp 89 st = pointer to pitchOLWghtState structure
131 pitchOLWghtState *st, // i/o : State struct
162 *T_op = Pitch_ol_wgh(st, vadSt, wsp, PIT_MIN, PIT_MAX, L_FRAME_BY2,
202 pitchOLWghtState *st, /* i/o : State struct */
235 *T_op = Pitch_ol_wgh(st, vadSt, wsp, PIT_MIN, PIT_MAX, L_FRAME_BY2,
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
ProxyInputStream.java 69 * @param st The start offset
74 public int read(byte[] bts, int st, int end) throws IOException {
75 return in.read(bts, st, end);
ProxyReader.java 69 * @param st The start offset
74 public int read(char[] chr, int st, int end) throws IOException {
75 return in.read(chr, st, end);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
inspect_fodder.py 14 global fr, st
16 st = inspect.stack()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
inspect_fodder.py 14 global fr, st
16 st = inspect.stack()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
inspect_fodder.py 14 global fr, st
16 st = inspect.stack()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
inspect_fodder.py 14 global fr, st
16 st = inspect.stack()
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
barrier-bad.l 2 [^:]*:3: Error: invalid barrier type -- `isb st'
  /toolchain/binutils/binutils-2.27/gold/testsuite/
binary_unittest.cc 78 struct stat st; local
79 CHECK(::stat(gold::program_name, &st) == 0);
82 unsigned char* filedata = new unsigned char[st.st_size];
83 CHECK(read_all(o, filedata, st.st_size) == static_cast<ssize_t>(st.st_size));
106 CHECK(len == convert_to_section_size_type(st.st_size));
134 CHECK(static_cast<off_t>(value) == st.st_size);
138 CHECK(static_cast<off_t>(value) == st.st_size);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
rodata-merge-map1.s 3 @ This file contains the 1st contribution, which is expected to
rodata-merge-map3.s 2 @ be partially merged into the 1st contribution (from
  /external/libxaac/decoder/
ixheaacd_tcx_fwd_alcnx.c 142 ia_usac_lpd_decoder_handle st) {
176 if (st->mode_prev == -2)
201 if (st->mode_prev != 0) {
202 if (st->mode_prev > 0) {
204 st->exc_prev[i + fac_length - fac_length_prev + 1] *=
209 st->exc_prev[i + fac_length + fac_length_prev + 1] = 0.0f;
268 st->fac_gain =
272 st->fac_fd_data[i] = alfd_gains[i * lg / (8 * fac_length)];
274 if (st->mode_prev == 0) {
284 x[i] = st->fac_gain
    [all...]
  /external/llvm/test/MC/X86/
x86-32.s 325 // CHECK: fmul %st(0)
327 fmul %st(0), %st
329 // CHECK: fadd %st(0)
331 fadd %st(0), %st
333 // CHECK: fsub %st(0)
335 fsub %st(0), %st
337 // CHECK: fsubr %st(0
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_sampler_view.c 50 st_texture_get_sampler_view(struct st_context *st,
61 if ((*sv)->context == st->pipe) {
92 st_texture_release_sampler_view(struct st_context *st,
100 if (*sv && (*sv)->context == st->pipe) {
113 st_texture_release_all_sampler_views(struct st_context *st,
118 /* XXX This should use sampler_views[i]->pipe, not st->pipe */
120 pipe_sampler_view_release(st->pipe, &stObj->sampler_views[i]);
279 get_texture_format_swizzle(const struct st_context *st,
291 if (_mesa_is_gles3(st->ctx) &&
318 * \param stObj the st texture object
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32.s 297 // CHECK: fmul %st(0)
299 fmul %st(0), %st
301 // CHECK: fadd %st(0)
303 fadd %st(0), %st
305 // CHECK: fsub %st(0)
307 fsub %st(0), %st
309 // CHECK: fsubr %st(0
    [all...]
  /bootable/recovery/
adb_install.cpp 104 struct stat st; local
105 if (stat(FUSE_SIDELOAD_HOST_PATHNAME, &st) != 0) {
122 struct stat st; local
123 stat(FUSE_SIDELOAD_HOST_EXIT_PATHNAME, &st);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
genericpath.py 37 st = os.stat(path)
40 return stat.S_ISREG(st.st_mode)
49 st = os.stat(s)
52 return stat.S_ISDIR(st.st_mode)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
genericpath.py 29 st = os.stat(path)
32 return stat.S_ISREG(st.st_mode)
41 st = os.stat(s)
44 return stat.S_ISDIR(st.st_mode)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
mkreal.py 18 st = os.stat(name) # Get the mode
19 mode = S_IMODE(st[ST_MODE])
32 st = os.stat(name) # Get the mode
33 mode = S_IMODE(st[ST_MODE])
  /external/cblas/src/
cblas_cher.c 31 float *x=(float *)X, *xx=(float *)X, *tx, *st; local
78 st= x+n;
82 st = x-2;
92 while (x != st);
cblas_chpr.c 30 float *x=(float *)X, *xx=(float *)X, *tx, *st; local
77 st= x+n;
81 st = x-2;
91 while (x != st);
cblas_zher.c 31 double *x=(double *)X, *xx=(double *)X, *tx, *st; local
78 st= x+n;
82 st = x-2;
92 while (x != st);
cblas_zhpr.c 30 double *x=(double *)X, *xx=(double *)X, *tx, *st; local
77 st= x+n;
81 st = x-2;
91 while (x != st);
  /external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.assign/
valarray.pass.cpp 30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] = v2;

Completed in 1228 milliseconds

<<21222324252627282930>>