Searched refs:InOut (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | filter_functions.c | 22 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 …]
|
D | filterbanks.c | 29 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()
|
D | codec.h | 198 void WebRtcIsac_AllPoleFilter(double* InOut, double* Coef, size_t lengthInOut,
|
/external/clang/lib/AST/ |
D | Comment.cpp | 123 case ParamCommandComment::InOut: in getDirectionAsString()
|
D | CommentSema.cpp | 224 .Cases("[in,out]", "[out,in]", ParamCommandComment::InOut) in getParamPassDirection()
|
/external/clang/tools/libclang/ |
D | CXComment.cpp | 306 case ParamCommandComment::InOut: in clang_ParamCommandComment_getDirection()
|
/external/clang/include/clang/AST/ |
D | Comment.h | 746 InOut enumerator
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 763 case ParamCommandComment::InOut: in visitParamCommandComment()
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 906 ParamCommandComment::InOut, in TEST_F()
|
/external/skqp/samplecode/ |
D | SampleAAGeometry.cpp | 962 SET_BUTTON(InOut); in init_buttonList()
|
/external/skia/samplecode/ |
D | SampleAAGeometry.cpp | 962 SET_BUTTON(InOut); in init_buttonList()
|