/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | smooth.c | 31 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()
|
D | enhancer.c | 39 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()
|
D | get_sync_seq.c | 36 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()
|
D | smooth_out_data.c | 25 int16_t *surround, in WebRtcIlbcfix_Smooth_odata() argument 34 odata[i]= (int16_t)((C * surround[i] + 1024) >> 11); in WebRtcIlbcfix_Smooth_odata()
|
D | refiner.c | 38 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()
|
D | smooth.h | 32 int16_t *surround /* (i) The approximation from the
|
D | smooth_out_data.h | 31 int16_t *surround,
|
D | refiner.h | 38 int16_t *surround, /* (i/o) The contribution from this sequence
|
D | get_sync_seq.h | 36 int16_t *surround /* (i/o) The contribution from this sequence
|
/external/pdfium/third_party/lcms/src/ |
D | cmscam02.c | 52 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/ |
D | language-configuration.json | 22 // symbols that that can be used to surround a selection
|
/external/curl/docs/cmdline-opts/ |
D | user-agent.d | 9 the string, surround the string with single quote marks. This header can also
|
/external/python/cpython2/Doc/tutorial/ |
D | modules.rst | 410 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/ |
D | modules.rst | 415 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/ |
D | unix-def.in | 121 # platforms), the right solution would be to surround the pkg-variables in
|
/external/python/setuptools/docs/ |
D | developer-guide.txt | 47 behavior. In Github, surround a block of code or traceback with the triple
|
/external/pdfium/third_party/lcms/ |
D | 0019-utf8.patch | 56 //surround tristimulus values.
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | README.md | 179 surround a string parameter's value with quotes. Don't write:
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 685 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/ |
D | markdown-syntax.txt | 722 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/ |
D | markdown-syntax.txt | 722 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/ |
D | Markdown Documentation - Syntax.text | 722 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/ |
D | Markdown Documentation - Syntax.text | 722 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/ |
D | markdown.md | 100 Format code snippets or other preformatted text. Just surround the code
|
/external/skqp/site/dev/tools/ |
D | markdown.md | 100 Format code snippets or other preformatted text. Just surround the code
|