Home
last modified time | relevance | path

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

1234

/external/webrtc/modules/audio_coding/codecs/ilbc/
Denhancer.c41 int16_t surround[ENH_BLOCKL]; in WebRtcIlbcfix_Enhancer() local
43 WebRtcSpl_MemSetW16(surround, 0, ENH_BLOCKL); in WebRtcIlbcfix_Enhancer()
48 periodl, ENH_HL, surround); in WebRtcIlbcfix_Enhancer()
52 WebRtcIlbcfix_Smooth(odata, idata + centerStartPos, surround); in WebRtcIlbcfix_Enhancer()
Dsmooth.c33 int16_t *surround /* (i) The approximation from the in WebRtcIlbcfix_Smooth() argument
56 max2 = WebRtcSpl_MaxAbsValueW16(surround, ENH_BLOCKL) + 1; in WebRtcIlbcfix_Smooth()
63 w11=WebRtcSpl_DotProductWithScale(surround,surround,ENH_BLOCKL,scale); in WebRtcIlbcfix_Smooth()
64 w10=WebRtcSpl_DotProductWithScale(surround,current,ENH_BLOCKL,scale); in WebRtcIlbcfix_Smooth()
97 errs = WebRtcIlbcfix_Smooth_odata(odata, current, surround, C); in WebRtcIlbcfix_Smooth()
207 WebRtcSpl_ScaleAndAddVectors(surround, A, 9, in WebRtcIlbcfix_Smooth()
Dget_sync_seq.c38 int16_t *surround /* (i/o) The contribution from this sequence in WebRtcIlbcfix_GetSyncSeq() argument
77 blockStartPos[qq], surround, in WebRtcIlbcfix_GetSyncSeq()
103 blockStartPos[q], surround, in WebRtcIlbcfix_GetSyncSeq()
Dsmooth_out_data.c37 int16_t *surround, in WebRtcIlbcfix_Smooth_odata() argument
46 odata[i]= (int16_t)((C * surround[i] + 1024) >> 11); in WebRtcIlbcfix_Smooth_odata()
Drefiner.c39 int16_t *surround, /* (i/o) The contribution from this sequence in WebRtcIlbcfix_Refiner() argument
137 WebRtcSpl_AddAffineVectorToVector(surround, vect, gain, 32768, 16, in WebRtcIlbcfix_Refiner()
Dsmooth.h31 int16_t* surround /* (i) The approximation from the
Dsmooth_out_data.h30 int16_t* surround,
Drefiner.h39 int16_t* surround, /* (i/o) The contribution from this sequence
Dget_sync_seq.h37 int16_t* surround /* (i/o) The contribution from this sequence
/external/rust/cxx/syntax/
Dtokens.rs141 bracket.surround(tokens, |tokens| { in to_tokens()
156 bracket.surround(tokens, |tokens| { in to_tokens()
237 brace_token.surround(tokens, |_tokens| {}); in to_tokens()
269 paren_token.surround(tokens, |tokens| { in to_tokens()
286 token::Paren(langle.span).surround(tokens, |_| ()); in to_tokens()
/external/rust/crates/syn/src/
Dmac.rs208 paren.surround(tokens, |tokens| self.tokens.to_tokens(tokens)); in to_tokens()
211 brace.surround(tokens, |tokens| self.tokens.to_tokens(tokens)); in to_tokens()
214 bracket.surround(tokens, |tokens| self.tokens.to_tokens(tokens)); in to_tokens()
Ddata.rs439 self.brace_token.surround(tokens, |tokens| { in to_tokens()
448 self.paren_token.surround(tokens, |tokens| { in to_tokens()
485 self.paren_token.surround(tokens, |tokens| { in to_tokens()
Dexpr.rs2966 token::Paren::default().surround(tokens, |tokens| { in wrap_bare_struct()
3002 self.bracket_token.surround(tokens, |tokens| { in to_tokens()
3013 self.paren_token.surround(tokens, |tokens| { in to_tokens()
3028 self.paren_token.surround(tokens, |tokens| { in to_tokens()
3061 self.paren_token.surround(tokens, |tokens| { in to_tokens()
3132 token::Brace::default().surround(tokens, |tokens| { in maybe_wrap_else()
3172 self.body.brace_token.surround(tokens, |tokens| { in to_tokens()
3189 self.body.brace_token.surround(tokens, |tokens| { in to_tokens()
3203 self.body.brace_token.surround(tokens, |tokens| { in to_tokens()
3217 self.brace_token.surround(tokens, |tokens| { in to_tokens()
[all …]
Dty.rs1131 self.bracket_token.surround(tokens, |tokens| { in to_tokens()
1140 self.bracket_token.surround(tokens, |tokens| { in to_tokens()
1179 self.paren_token.surround(tokens, |tokens| { in to_tokens()
1203 self.paren_token.surround(tokens, |tokens| { in to_tokens()
1235 self.group_token.surround(tokens, |tokens| { in to_tokens()
1244 self.paren_token.surround(tokens, |tokens| { in to_tokens()
Ditem.rs2836 self.block.brace_token.surround(tokens, |tokens| { in to_tokens()
2851 brace.surround(tokens, |tokens| { in to_tokens()
2866 self.brace_token.surround(tokens, |tokens| { in to_tokens()
2897 self.brace_token.surround(tokens, |tokens| { in to_tokens()
2957 self.brace_token.surround(tokens, |tokens| { in to_tokens()
2994 self.brace_token.surround(tokens, |tokens| { in to_tokens()
3010 paren.surround(tokens, |tokens| self.mac.tokens.to_tokens(tokens)); in to_tokens()
3013 brace.surround(tokens, |tokens| self.mac.tokens.to_tokens(tokens)); in to_tokens()
3016 bracket.surround(tokens, |tokens| self.mac.tokens.to_tokens(tokens)); in to_tokens()
3069 self.brace_token.surround(tokens, |tokens| { in to_tokens()
[all …]
/external/rust/crates/serde_derive/src/
Dfragment.rs33 token::Brace::default().surround(out, |out| block.to_tokens(out)); in to_tokens()
61 token::Brace::default().surround(out, |out| block.to_tokens(out)); in to_tokens()
/external/libmonet/hct/
DViewingConditions.java111 double surround, in make() argument
122 double f = 0.8 + (surround / 10.0); in make()
/external/rust/crates/syn-mid/src/
Dfunc.rs196 self.brace_token.surround(tokens, |tokens| { in to_tokens()
230 self.paren_token.surround(tokens, |tokens| { in to_tokens()
249 self.block.brace_token.surround(tokens, |tokens| { in to_tokens()
Dpat.rs328 self.brace_token.surround(tokens, |tokens| { in to_tokens()
363 self.paren_token.surround(tokens, |tokens| { in to_tokens()
/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/apache-velocity-engine/velocity-engine-core/src/test/resources/evaluate/
Deval1.vm13 ## Need to use single quote to surround #set to prevent premature evaluation
/external/rust/crates/pin-project-internal/src/pin_project/
Dderive.rs560 fn surround(delim: Delimiter, tokens: TokenStream) -> TokenStream { in visit_fields() function
614 let proj_pat = surround(delim, proj_pat); in visit_fields()
615 let proj_body = surround(delim, proj_body); in visit_fields()
616 let proj_fields = surround(delim, proj_fields); in visit_fields()
617 let proj_ref_fields = surround(delim, proj_ref_fields); in visit_fields()
618 let proj_own_fields = surround(delim, proj_own_fields); in visit_fields()
/external/curl/docs/cmdline-opts/
Duser-agent.d15 the string, surround the string with single quote marks. This header can also
/external/rust/crates/synstructure/src/
Dlib.rs579 Fields::Unnamed(..) => token::Paren(Span::call_site()).surround(&mut t, |t| { in pat()
594 Fields::Named(..) => token::Brace(Span::call_site()).surround(&mut t, |t| { in pat()
655 token::Paren::default().surround(&mut t, |t| { in construct()
663 token::Brace::default().surround(&mut t, |t| { in construct()
712 token::Brace::default().surround(&mut body, |body| { in each()
/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::

1234