Home
last modified time | relevance | path

Searched refs:surround (Results 1 – 25 of 48) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsmooth.c31 int16_t *surround /* (i) The approximation from the in WebRtcIlbcfix_Smooth() argument
50 max2=WebRtcSpl_MaxAbsValueW16(surround, ENH_BLOCKL); in WebRtcIlbcfix_Smooth()
58 w11=WebRtcSpl_DotProductWithScale(surround,surround,ENH_BLOCKL,scale); in WebRtcIlbcfix_Smooth()
59 w10=WebRtcSpl_DotProductWithScale(surround,current,ENH_BLOCKL,scale); in WebRtcIlbcfix_Smooth()
92 errs = WebRtcIlbcfix_Smooth_odata(odata, current, surround, C); in WebRtcIlbcfix_Smooth()
202 WebRtcSpl_ScaleAndAddVectors(surround, A, 9, in WebRtcIlbcfix_Smooth()
Denhancer.c39 int16_t surround[ENH_BLOCKL]; in WebRtcIlbcfix_Enhancer() local
41 WebRtcSpl_MemSetW16(surround, 0, ENH_BLOCKL); in WebRtcIlbcfix_Enhancer()
46 periodl, ENH_HL, surround); in WebRtcIlbcfix_Enhancer()
50 WebRtcIlbcfix_Smooth(odata, idata + centerStartPos, surround); in WebRtcIlbcfix_Enhancer()
Dget_sync_seq.c36 int16_t *surround /* (i/o) The contribution from this sequence in WebRtcIlbcfix_GetSyncSeq() argument
75 blockStartPos[qq], surround, in WebRtcIlbcfix_GetSyncSeq()
101 blockStartPos[q], surround, in WebRtcIlbcfix_GetSyncSeq()
Dsmooth_out_data.c25 int16_t *surround, in WebRtcIlbcfix_Smooth_odata() argument
34 odata[i]= (int16_t)((C * surround[i] + 1024) >> 11); in WebRtcIlbcfix_Smooth_odata()
Drefiner.c38 int16_t *surround, /* (i/o) The contribution from this sequence in WebRtcIlbcfix_Refiner() argument
136 WebRtcSpl_AddAffineVectorToVector(surround, vect, gain, 32768, 16, in WebRtcIlbcfix_Refiner()
Dsmooth.h32 int16_t *surround /* (i) The approximation from the
Dsmooth_out_data.h31 int16_t *surround,
Drefiner.h38 int16_t *surround, /* (i/o) The contribution from this sequence
Dget_sync_seq.h36 int16_t *surround /* (i/o) The contribution from this sequence
/external/pdfium/third_party/lcms/src/
Dcmscam02.c52 cmsUInt32Number surround; member
378 lpMod -> surround = pVC ->surround; in cmsCIECAM02Init()
380 switch (lpMod -> surround) { in cmsCIECAM02Init()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/vscode/tablegen/
Dlanguage-configuration.json22 // symbols that that can be used to surround a selection
/external/curl/docs/cmdline-opts/
Duser-agent.d9 the string, surround the string with single quote marks. This header can also
/external/python/cpython2/Doc/tutorial/
Dmodules.rst410 surround.py
494 __all__ = ["echo", "surround", "reverse"]
509 import sound.effects.surround
512 In this example, the :mod:`echo` and :mod:`surround` modules are imported in the
531 :mod:`surround` module might use the :mod:`echo` module. In fact, such
534 :mod:`surround` module can simply use ``import echo`` or ``from echo import
549 import. From the :mod:`surround` module for example, you might use::
/external/python/cpython3/Doc/tutorial/
Dmodules.rst415 surround.py
499 __all__ = ["echo", "surround", "reverse"]
514 import sound.effects.surround
517 In this example, the :mod:`echo` and :mod:`surround` modules are imported in the
543 parent packages involved in the relative import. From the :mod:`surround`
/external/freetype/builds/unix/
Dunix-def.in121 # platforms), the right solution would be to surround the pkg-variables in
/external/python/setuptools/docs/
Ddeveloper-guide.txt47 behavior. In Github, surround a block of code or traceback with the triple
/external/pdfium/third_party/lcms/
D0019-utf8.patch56 //surround tristimulus values.
/external/parameter-framework/upstream/tools/xmlGenerator/
DREADME.md179 surround a string parameter's value with quotes. Don't write:
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt685 But if you surround an `*` or `_` with spaces, it'll be treated as a
796 …yle for creating "automatic" links for URLs and email addresses: simply surround the URL or email …
831 formatting syntax. For example, if you wanted to surround a word with
/external/markdown/tests/extensions-x-def_list/
Dmarkdown-syntax.txt722 But if you surround an `*` or `_` with spaces, it'll be treated as a
833 …yle for creating "automatic" links for URLs and email addresses: simply surround the URL or email …
868 formatting syntax. For example, if you wanted to surround a word with
/external/markdown/tests/markdown-test/
Dmarkdown-syntax.txt722 But if you surround an `*` or `_` with spaces, it'll be treated as a
833 …yle for creating "automatic" links for URLs and email addresses: simply surround the URL or email …
868 formatting syntax. For example, if you wanted to surround a word with
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Syntax.text722 But if you surround an `*` or `_` with spaces, it'll be treated as a
833 …yle for creating "automatic" links for URLs and email addresses: simply surround the URL or email …
868 formatting syntax. For example, if you wanted to surround a word with
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Syntax.text722 But if you surround an `*` or `_` with spaces, it'll be treated as a
833 …yle for creating "automatic" links for URLs and email addresses: simply surround the URL or email …
868 formatting syntax. For example, if you wanted to surround a word with
/external/skia/site/dev/tools/
Dmarkdown.md100 Format code snippets or other preformatted text. Just surround the code
/external/skqp/site/dev/tools/
Dmarkdown.md100 Format code snippets or other preformatted text. Just surround the code

12