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

1 2

  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.c 123 LegacyAgc* stt; local
124 stt = (LegacyAgc*)state;
126 if (stt->fs == 8000) {
139 if (stt->micVol > stt->maxAnalog)
143 assert(stt->maxLevel > stt->maxAnalog);
146 tmp16 = (int16_t)(stt->micVol - stt->maxAnalog);
148 tmp16 = (int16_t)(stt->maxLevel - stt->maxAnalog)
254 LegacyAgc* stt = (LegacyAgc*)state; local
265 LegacyAgc* stt; local
291 LegacyAgc* stt; local
651 LegacyAgc* stt; local
1142 LegacyAgc* stt; local
1234 LegacyAgc* stt; local
1291 LegacyAgc* stt; local
1319 LegacyAgc* stt = malloc(sizeof(LegacyAgc)); local
1334 LegacyAgc* stt; local
1354 LegacyAgc* stt; local
    [all...]
digital_agc.c 259 int32_t WebRtcAgc_InitDigital(DigitalAgc* stt, int16_t agcMode) {
263 stt->capacitorSlow = 0;
267 stt->capacitorSlow = 134217728; // (int32_t)(0.125f * 32768.0f * 32768.0f);
269 stt->capacitorFast = 0;
270 stt->gain = 65536;
271 stt->gatePrevious = 0;
272 stt->agcMode = agcMode;
274 stt->frameCounter = 0;
278 WebRtcAgc_InitVad(&stt->vadNearend);
279 WebRtcAgc_InitVad(&stt->vadFarend)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-alpha-1.s 17 stt $f2,24($30)
cfi-alpha-3.s 19 stt $f2,24($30)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
regt-op.d 39 80: a9170c00 stt \$23,\$12,0
65 e8: a93b0c00 stt \$59,\$12,0
91 150: a917de00 stt \$23,\$222,0
117 1b8: a9dff900 stt \$223,\$249,0
regt-op-r.d 41 80: a9170c00 stt \$23,\$12,0
67 e8: a93b0c00 stt \$59,\$12,0
93 150: a917de00 stt \$23,\$222,0
119 1b8: a9dff900 stt \$223,\$249,0
list-in-n.d 180 2ac: a8200a97 stt \$32,\$10,\$151
181 2b0: a90c14cd stt \$12,\$20,205
list-in-r.d 208 2ac: a8200a97 stt \$32,\$10,\$151
209 2b0: a90c14cd stt \$12,\$20,205
list-in-rn.d 208 2ac: a8200a97 stt \$32,\$10,\$151
209 2b0: a90c14cd stt \$12,\$20,205
list-insns.d 178 2ac: a8200a97 stt \$32,\$10,\$151
179 2b0: a90c14cd stt \$12,\$20,205
  /external/jsilver/src/com/google/streamhtmlparser/impl/
JavascriptParserImpl.java 299 StateTableTransition stt = new StateTableTransition(expression, local
301 STATE_TABLE.setExpression(stt.getExpression(), stt.getFrom(),
302 stt.getTo());
HtmlParserImpl.java 719 StateTableTransition stt = new StateTableTransition(expression, local
721 STATE_TABLE.setExpression(stt.getExpression(), stt.getFrom(),
722 stt.getTo());
  /toolchain/binutils/binutils-2.25/bfd/
syms.c 570 static const struct section_to_type stt[] = variable in typeref:struct:section_to_type
605 for (t = &stt[0]; t->section; t++)
    [all...]
elf.c 6779 struct bfd_strtab_hash *stt; local
    [all...]
som.c 167 static const struct section_to_type stt[] = variable in typeref:struct:section_to_type
    [all...]
configure     [all...]
  /toolchain/binutils/binutils-2.25/gold/
output.h 154 is_section_type(elfcpp::Elf_Word stt) const
155 { return this->do_is_section_type(stt); }
    [all...]
aarch64.cc 5520 The_stub_table* stt = *sp; local
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 

Completed in 358 milliseconds

1 2