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

  /external/v8/tools/
mac-nm 4 # names demangling, so we're piping its output to c++filt(1) tool which does it.
5 # But c++filt(1) comes with XCode (as a part of GNU binutils), so it doesn't
14 if [ "`which c++filt`" == "" ]; then
17 nm "$@" | c++filt -p -i
presubmit.py 202 filt = '-,' + ",".join(['+' + n for n in ENABLED_LINT_RULES])
203 command = ['cpplint.py', '--filter', filt] + join(files)
206 command = ['python', local_cpplint, '--filter', filt] + join(files)
  /frameworks/base/media/libstagefright/codecs/aacdec/
s_tns_frame_info.h 122 TNSfilt filt[TNS_MAX_WIN]; member in struct:__anon9274
apply_tns.cpp 215 pFilt = pTNS_frame_info->filt;
get_tns.cpp 92 pTnsFrameInfo->filt[]->order = The order of each individual TNS filter.
94 pTnsFrameInfo->filt[]->coef_res = The resolution of the filter coefficients
96 pTnsFrameInfo->filt[]->start_band = start of spectral band
98 pTnsFrameInfo->filt[]->stop_band = end of spectral band
100 pTnsFrameInfo->filt[]->coef[] = Each filter's coefficients are filled with
103 pTnsFrameInfo->filt[]->direction = A flag is set for each TNS filter.
112 The value stored in filt[]->direction maps the values [0,1] to [1,-1] for
417 pFilt = pTnsFrameInfo->filt;
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
g_adapt.cpp 419 Word16 filt; /* median-filtered LTP coding gain, Q13 */ local
473 filt = gmed_n(st->ltpg_mem, 5); /* function result */
477 if (filt > 5443) /* 5443 Q13 = 0.66443... */
483 if (filt < 0)
488 { /* result = 0.5 - 0.75257499*filt */
489 /* result (Q15) = 16384 - 24660 * (filt << 2) */
490 filt = shl(filt, 2, pOverflow); /* Q15 */
491 result = mult(24660, filt, pOverflow);
  /build/core/
checktree 40 def run(command, regex, filt):
60 filt_compiled = re.compile(filt)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-distance.h 42 ShortestDistanceOptions(Queue *q, ArcFilter filt, StateId src = kNoStateId,
44 : state_queue(q), arc_filter(filt), source(src), delta(d) {}
compose.h 212 : state_id1(s1), state_id2(s2), filt(f) {}
215 int filt; // epsilon filter state member in struct:fst::ComposeStateTable::StateTuple
237 x.filt == y.filt;
250 x.filt * kPrime1);
287 static const int filt = 0; // 'fake' epsilon filter - only needed member in struct:fst::StringDetComposeStateTable::StateTuple
456 int f = tuple.filt;
    [all...]
shortest-path.h 42 ShortestPathOptions(Queue *q, ArcFilter filt, size_t n = 1, bool u = false,
44 : ShortestDistanceOptions<Arc, Queue, ArcFilter>(q, filt, kNoStateId, d),
  /external/chromium/third_party/icu/source/test/cintltst/
utransts.c 488 UChar filt[128]; local
514 /*u_uastrcpy(filt, DATA[i]);*/
515 u_charsToUChars(DATA[i], filt, (int32_t)strlen(DATA[i])+1);
516 utrans_setFilter(hex, filt, -1, &status);
  /external/icu4c/test/cintltst/
utransts.c 488 UChar filt[128]; local
514 /*u_uastrcpy(filt, DATA[i]);*/
515 u_charsToUChars(DATA[i], filt, (int32_t)strlen(DATA[i])+1);
516 utrans_setFilter(hex, filt, -1, &status);
  /external/ping/
ping.c 1029 struct icmp_filter filt; local
1032 filt.data = ~((1<<ICMP_SOURCE_QUENCH)|
1035 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1)
1934 struct icmp_filter filt; local
    [all...]
  /external/speex/libspeex/
mdf.c 1264 spx_int32_t *filt = (spx_int32_t *) ptr; local
    [all...]

Completed in 6425 milliseconds