/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
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 | 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 | 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/libopus/src/ |
D | opus_multistream_encoder.c | 77 int surround; member 402 int surround in opus_multistream_encoder_init_impl() argument 418 if (!surround) in opus_multistream_encoder_init_impl() 447 if (surround) in opus_multistream_encoder_init_impl() 452 st->surround = surround; in opus_multistream_encoder_init_impl() 699 if (st->surround) in opus_multistream_encode_native() 745 if (st->surround) in opus_multistream_encode_native() 772 if (st->surround) in opus_multistream_encode_native() 818 if (st->surround) in opus_multistream_encode_native() 834 if (st->surround) in opus_multistream_encode_native() [all …]
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmscam02.c | 52 cmsUInt32Number surround; member 378 lpMod -> surround = pVC ->surround; in cmsCIECAM02Init() 380 switch (lpMod -> surround) { in cmsCIECAM02Init()
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
D | typeannotation.py | 121 surround = '(%s)' 123 surround = {False: '{%s}' if self.record_type else '<%s>', 126 append = surround % separator.join(repr(t) for t in self.sub_types)
|
/external/libvorbis/doc/ |
D | 04-codec.tex | 611 defined channel locations for 6.1 and 7.1 surround. Ordering/location 627 the stream is a 1d-surround encoding. channel order: left, 631 the stream is quadraphonic surround. channel order: front left, 635 the stream is five-channel surround. channel order: front left, 639 the stream is 5.1 surround. channel order: front left, center, 643 the stream is 6.1 surround. channel order: front left, center, 647 the stream is 7.1 surround. channel order: front left, center,
|
/external/libvorbis/ |
D | CHANGES | 9 * Optimized surround support for 5.1 encoding at 44.1/48kHz
|
/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/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/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/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/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 | 93 Format code snippets or other preformatted text. Just surround the code
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 837 困>'[surround]'; 838 囲>'[surround]'; 850 圍>'[surround]';
|
/external/google-breakpad/src/build/ |
D | common.gypi | 592 # pass over the archives we surround the libraries with
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2.h | 1123 int surround; member
|
/external/bison/ |
D | ChangeLog-1998 | 1159 * src/bison.simple : surround all declarations and (remaining)
|