Review URL: http://webrtc-codereview.appspot.com/318014
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1197 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -164,11 +164,11 @@ void WebRtcIsacfix_FilterMaLoopNeon(int16_t input0,
|
|||||||
**** and WebRtcIsacfix_FilterMaLoopC() / WebRtcIsacfix_FilterMaLoopNeon().
|
**** and WebRtcIsacfix_FilterMaLoopC() / WebRtcIsacfix_FilterMaLoopNeon().
|
||||||
****/
|
****/
|
||||||
|
|
||||||
typedef int (*AutocorrFix)(WebRtc_Word32* __restrict__ r,
|
typedef int (*AutocorrFix)(WebRtc_Word32* __restrict r,
|
||||||
const WebRtc_Word16* __restrict__ x,
|
const WebRtc_Word16* __restrict x,
|
||||||
WebRtc_Word16 N,
|
WebRtc_Word16 N,
|
||||||
WebRtc_Word16 order,
|
WebRtc_Word16 order,
|
||||||
WebRtc_Word16* __restrict__ scale);
|
WebRtc_Word16* __restrict scale);
|
||||||
extern AutocorrFix WebRtcIsacfix_AutocorrFix;
|
extern AutocorrFix WebRtcIsacfix_AutocorrFix;
|
||||||
|
|
||||||
typedef void (*FilterMaLoopFix)(int16_t input0,
|
typedef void (*FilterMaLoopFix)(int16_t input0,
|
||||||
|
|||||||
Reference in New Issue
Block a user