filt16a_32.h 2.47 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
/*
 * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The OpenAirInterface Software Alliance licenses this file to You under
 * the OAI Public License, Version 1.1  (the "License"); you may not use this file
 * except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.openairinterface.org/?page_id=698
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *-------------------------------------------------------------------------------
 * For more information about the OpenAirInterface (OAI) Software Alliance:
 *      contact@openairinterface.org
 */
Hongzhi Wang's avatar
Hongzhi Wang committed
21

22 23
#ifndef __FILT16A_32__H__
#define __FILT16A_32__H__
Hongzhi Wang's avatar
Hongzhi Wang committed
24

25
extern short filt16a_l0[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
26

27
extern short filt16a_r0[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
28

29
extern short filt16a_m0[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
30

31
extern short filt16a_l1[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
32

33
extern short filt16a_r1[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
34

35
extern short filt16a_m1[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
36

37
extern short filt16a_l2[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
38

39
extern short filt16a_r2[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
40

41
extern short filt16a_m2[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
42

43
extern short filt16a_l3[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
44

45
extern short filt16a_r3[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
46

47
extern short filt16a_m3[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
48

49
extern short filt16a_l0_dc[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
50

51
extern short filt16a_r0_dc[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
52

53
extern short filt16a_m0_dc[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
54

55
extern short filt16a_l1_dc[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
56

57
extern short filt16a_r1_dc[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
58

59
extern short filt16a_m1_dc[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
60

61
extern short filt16a_l2_dc[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
62

63
extern short filt16a_r2_dc[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
64

65
extern short filt16a_m2_dc[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
66

67
extern short filt16a_l3_dc[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
68

69
extern short filt16a_r3_dc[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
70

71
extern short filt16a_m3_dc[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
72

73
extern short filt16a_1[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
74

75
extern short filt16a_2l0[16];
Hongzhi Wang's avatar
Hongzhi Wang committed
76

77 78 79 80 81
extern short filt16a_2r0[16];

extern short filt16a_2l1[16];

extern short filt16a_2r1[16];
82 83

/*filter8*/
84 85 86
extern short filt8_l0[8];

extern short filt8_mr0[8];
87

88
extern short filt8_r0[8];
89

90
extern short filt8_m0[8];
91

92
extern short filt8_mm0[8];
93

94 95 96 97 98 99 100 101 102 103 104 105
extern short filt8_dcma[8];

extern short filt8_dcmb[8];

extern short filt8_dcmc[8];

extern short filt8_dcmd[8];

extern short filt8_dcl[8];

extern short filt8_dcr[8];

106 107 108 109
extern short filt8_dcl_h[8];

extern short filt8_dcr_h[8];

110
extern short filt8_l1[8];
hongzhi wang's avatar
hongzhi wang committed
111

112
extern short filt8_ml1[8];
113

114
extern short filt8_r1[8];
115

116
extern short filt8_m1[8];
117

118
extern short filt8_mm1[8];
hongzhi wang's avatar
hongzhi wang committed
119

120
#endif