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

1 2

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
enhancer.c 39 int16_t surround[ENH_BLOCKL]; local
41 WebRtcSpl_MemSetW16(surround, 0, ENH_BLOCKL);
46 periodl, ENH_HL, surround);
50 WebRtcIlbcfix_Smooth(odata, idata + centerStartPos, surround);
smooth.h 32 int16_t *surround /* (i) The approximation from the
smooth_out_data.h 31 int16_t *surround,
get_sync_seq.h 36 int16_t *surround /* (i/o) The contribution from this sequence
refiner.h 38 int16_t *surround, /* (i/o) The contribution from this sequence
smooth_out_data.c 25 int16_t *surround,
34 odata[i]= (int16_t)((C * surround[i] + 1024) >> 11);
smooth.c 31 int16_t *surround /* (i) The approximation from the
50 max2=WebRtcSpl_MaxAbsValueW16(surround, ENH_BLOCKL);
58 w11=WebRtcSpl_DotProductWithScale(surround,surround,ENH_BLOCKL,scale);
59 w10=WebRtcSpl_DotProductWithScale(surround,current,ENH_BLOCKL,scale);
92 errs = WebRtcIlbcfix_Smooth_odata(odata, current, surround, C);
202 WebRtcSpl_ScaleAndAddVectors(surround, A, 9,
get_sync_seq.c 36 int16_t *surround /* (i/o) The contribution from this sequence
75 blockStartPos[qq], surround,
101 blockStartPos[q], surround,
refiner.c 38 int16_t *surround, /* (i/o) The contribution from this sequence
135 surround vector */
136 WebRtcSpl_AddAffineVectorToVector(surround, vect, gain, 32768, 16,
  /external/curl/docs/cmdline-opts/
user-agent.d 9 the string, surround the string with single quote marks. This can also be set
  /external/pdfium/third_party/lcms/src/
cmscam02.c 52 cmsUInt32Number surround; member in struct:__anon31417
378 lpMod -> surround = pVC ->surround;
380 switch (lpMod -> surround) {
402 // Average surround
  /external/python/cpython3/Lib/http/
cookies.py 183 string. Otherwise, surround the string in doublequotes and quote
  /prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /prebuilts/tools/common/offline-m2/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
build.go 115 during the build. To embed spaces in an element in the list, surround
  /prebuilts/go/darwin-x86/src/text/template/
doc.go 401 The syntax of such definitions is to surround each template declaration with a
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
build.go 115 during the build. To embed spaces in an element in the list, surround
  /prebuilts/go/linux-x86/src/text/template/
doc.go 401 The syntax of such definitions is to surround each template declaration with a
  /external/pdfium/third_party/lcms/include/
lcms2.h 1128 int surround; member in struct:__anon31382
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
alldocs.go 145 // during the build. To embed spaces in an element in the list, surround
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
alldocs.go 145 // during the build. To embed spaces in an element in the list, surround
    [all...]
  /external/e2fsprogs/doc/
texinfo.tex 191 % surround any changed text. This approach does *not* work if the
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 191 % surround any changed text. This approach does *not* work if the
    [all...]
  /external/libffi/
texinfo.tex 816 % surround any changed text. This approach does *not* work if the
    [all...]
  /external/libmicrohttpd/doc/
texinfo.tex 816 % surround any changed text. This approach does *not* work if the
    [all...]

Completed in 932 milliseconds

1 2