Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
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()
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()
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/libopus/src/
Dopus_multistream_encoder.c77 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/
Dcmscam02.c52 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/
Dtypeannotation.py121 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/
D04-codec.tex611 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/
DCHANGES9 * Optimized surround support for 5.1 encoding at 44.1/48kHz
/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/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/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/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/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.md93 Format code snippets or other preformatted text. Just surround the code
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt837 困>'[surround]';
838 囲>'[surround]';
850 圍>'[surround]';
/external/google-breakpad/src/build/
Dcommon.gypi592 # pass over the archives we surround the libraries with
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h1123 int surround; member
/external/bison/
DChangeLog-19981159 * src/bison.simple : surround all declarations and (remaining)

12