git-svn-id: http://webrtc.googlecode.com/svn/trunk@1197 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kma@webrtc.org
2011-12-14 22:16:57 +00:00
parent 5fddbeb7e5
commit 6a17340db5

View File

@@ -164,11 +164,11 @@ void WebRtcIsacfix_FilterMaLoopNeon(int16_t input0,
**** and WebRtcIsacfix_FilterMaLoopC() / WebRtcIsacfix_FilterMaLoopNeon().
****/
typedef int (*AutocorrFix)(WebRtc_Word32* __restrict__ r,
const WebRtc_Word16* __restrict__ x,
typedef int (*AutocorrFix)(WebRtc_Word32* __restrict r,
const WebRtc_Word16* __restrict x,
WebRtc_Word16 N,
WebRtc_Word16 order,
WebRtc_Word16* __restrict__ scale);
WebRtc_Word16* __restrict scale);
extern AutocorrFix WebRtcIsacfix_AutocorrFix;
typedef void (*FilterMaLoopFix)(int16_t input0,