Home
last modified time | relevance | path

Searched refs:InOut (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dfilter_functions.c22 void WebRtcIsac_AllPoleFilter(double* InOut, in WebRtcIsac_AllPoleFilter() argument
37 sum = Coef[1] * InOut[-1]; in WebRtcIsac_AllPoleFilter()
39 sum += Coef[k] * InOut[-k]; in WebRtcIsac_AllPoleFilter()
41 *InOut++ -= sum; in WebRtcIsac_AllPoleFilter()
49 *InOut *= scal; in WebRtcIsac_AllPoleFilter()
51 *InOut -= scal*Coef[k]*InOut[-k]; in WebRtcIsac_AllPoleFilter()
53 InOut++; in WebRtcIsac_AllPoleFilter()
204 void WebRtcIsac_AllpassFilterForDec(double* InOut, in WebRtcIsac_AllpassFilterForDec() argument
214 temp = InOut[n]; //store input in WebRtcIsac_AllpassFilterForDec()
215 InOut[n] = FilterState[j] + APSectionFactors[j]*temp; in WebRtcIsac_AllpassFilterForDec()
[all …]
Dfilterbanks.c29 static void WebRtcIsac_AllPassFilter2Float(float *InOut, const float *APSectionFactors, in WebRtcIsac_AllPassFilter2Float() argument
37 temp = FilterState[j] + APSectionFactors[j] * InOut[n]; in WebRtcIsac_AllPassFilter2Float()
38 FilterState[j] = -APSectionFactors[j] * temp + InOut[n]; in WebRtcIsac_AllPassFilter2Float()
39 InOut[n] = temp; in WebRtcIsac_AllPassFilter2Float()
Dcodec.h198 void WebRtcIsac_AllPoleFilter(double* InOut, double* Coef, size_t lengthInOut,
/external/clang/lib/AST/
DComment.cpp123 case ParamCommandComment::InOut: in getDirectionAsString()
DCommentSema.cpp224 .Cases("[in,out]", "[out,in]", ParamCommandComment::InOut) in getParamPassDirection()
/external/clang/tools/libclang/
DCXComment.cpp306 case ParamCommandComment::InOut: in clang_ParamCommandComment_getDirection()
/external/clang/include/clang/AST/
DComment.h746 InOut enumerator
/external/clang/lib/Index/
DCommentToXML.cpp763 case ParamCommandComment::InOut: in visitParamCommandComment()
/external/clang/unittests/AST/
DCommentParser.cpp906 ParamCommandComment::InOut, in TEST_F()
/external/skia/samplecode/
DSampleAAGeometry.cpp963 SET_BUTTON(InOut); in init_buttonList()