summaryrefslogtreecommitdiff
path: root/media-libs/codec2/files/codec2-1.0.1-static-rx_filter_coh.patch
blob: 9290ea9b2cfa20514b8c43a51e7726e3aaac9cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/cohpsk.c b/src/cohpsk.c
index f4f8dcdc..0b0ead9c 100644
--- a/src/cohpsk.c
+++ b/src/cohpsk.c
@@ -809,7 +809,7 @@ typedef float float4 __attribute__ ((vector_size (16)));
 
 \*---------------------------------------------------------------------------*/
 
-inline void rx_filter_coh(COMP rx_filt[COHPSK_NC+1][P+1], int Nc, COMP rx_baseband[COHPSK_NC+1][COHPSK_M+COHPSK_M/P], COMP rx_filter_memory[COHPSK_NC+1][+COHPSK_NFILTER], int nin)
+static inline void rx_filter_coh(COMP rx_filt[COHPSK_NC+1][P+1], int Nc, COMP rx_baseband[COHPSK_NC+1][COHPSK_M+COHPSK_M/P], COMP rx_filter_memory[COHPSK_NC+1][+COHPSK_NFILTER], int nin)
 {
     int c,i,j,k,l;
     int n=COHPSK_M/P;