Home
last modified time | relevance | path

Searched refs:WebRtcIsacfix_FilterMaLoopFix (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c32 FilterMaLoopFix WebRtcIsacfix_FilterMaLoopFix; variable
207 WebRtcIsacfix_FilterMaLoopFix = WebRtcIsacfix_FilterMaLoopNeon; in WebRtcIsacfix_InitNeon()
226 WebRtcIsacfix_FilterMaLoopFix = WebRtcIsacfix_FilterMaLoopMIPS; in WebRtcIsacfix_InitMIPS()
246 WebRtcIsacfix_FilterMaLoopFix = WebRtcIsacfix_FilterMaLoopC; in InitFunctionPointers()
Dcodec.h222 extern FilterMaLoopFix WebRtcIsacfix_FilterMaLoopFix;
Dlattice.c182 WebRtcIsacfix_FilterMaLoopFix(sthQ15[k], cthQ15[k], inv_cthQ16[k], in WebRtcIsacfix_NormLatticeFilterMa()