Searched refs:coeff (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov518_decomp.c659 getACCoefficient(int *rawData, int *coeff, struct comp_info *cinfo, argument
678 *coeff = tmp_c;
691 getDCCoefficient(int *rawData, int *coeff, struct comp_info *cinfo, argument
702 *coeff = 0; /* Indicates no change from last DC */
713 *coeff = tmp_c;
725 * 0: Use the returned coeff. Don't skip anything.
726 * 1-15: The next <skip> coeffs are zero. The returned coeff is used.
727 * 16: The next 16 coeffs are zero. The returned coeff is ignored.
735 int coeff = 0; local
743 skip = getACCoefficient(pIn, &coeff, cinf
778 int coeff = 0; local
876 DCT_8x4(int *coeff, unsigned char *out) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/soundmodem/
H A Dsm_afsk2400_7.c107 static inline int convolution14_u8(const unsigned char *st, const int *coeff, int csum) argument
111 sum += (st[0] * coeff[0]);
112 sum += (st[-1] * coeff[1]);
113 sum += (st[-2] * coeff[2]);
114 sum += (st[-3] * coeff[3]);
115 sum += (st[-4] * coeff[4]);
116 sum += (st[-5] * coeff[5]);
117 sum += (st[-6] * coeff[6]);
118 sum += (st[-7] * coeff[7]);
119 sum += (st[-8] * coeff[
130 convolution14_s16(const short *st, const int *coeff, int csum) argument
[all...]
H A Dsm_afsk2400_8.c107 static inline int convolution14_u8(const unsigned char *st, const int *coeff, int csum) argument
111 sum += (st[0] * coeff[0]);
112 sum += (st[-1] * coeff[1]);
113 sum += (st[-2] * coeff[2]);
114 sum += (st[-3] * coeff[3]);
115 sum += (st[-4] * coeff[4]);
116 sum += (st[-5] * coeff[5]);
117 sum += (st[-6] * coeff[6]);
118 sum += (st[-7] * coeff[7]);
119 sum += (st[-8] * coeff[
130 convolution14_s16(const short *st, const int *coeff, int csum) argument
[all...]
H A Dsm_afsk2666.c117 static inline int convolution12_u8(const unsigned char *st, const int *coeff, int csum) argument
121 sum += (st[0] * coeff[0]);
122 sum += (st[-1] * coeff[1]);
123 sum += (st[-2] * coeff[2]);
124 sum += (st[-3] * coeff[3]);
125 sum += (st[-4] * coeff[4]);
126 sum += (st[-5] * coeff[5]);
127 sum += (st[-6] * coeff[6]);
128 sum += (st[-7] * coeff[7]);
129 sum += (st[-8] * coeff[
137 convolution12_s16(const short *st, const int *coeff, int csum) argument
[all...]
H A Dsm_afsk1200.c97 static inline int convolution8_u8(const unsigned char *st, const int *coeff, int csum) argument
101 sum += (st[0] * coeff[0]);
102 sum += (st[-1] * coeff[1]);
103 sum += (st[-2] * coeff[2]);
104 sum += (st[-3] * coeff[3]);
105 sum += (st[-4] * coeff[4]);
106 sum += (st[-5] * coeff[5]);
107 sum += (st[-6] * coeff[6]);
108 sum += (st[-7] * coeff[7]);
114 static inline int convolution8_s16(const short *st, const int *coeff, in argument
[all...]
H A Dsm_psk4800.c284 const short *coeff; local
298 for (i = si = sq = 0, coeff = psk48_rx_coeff; i < (PSK48_RXF_LEN/2);
299 i++, coeff += 2) {
300 si += st->infi[i] * (*coeff);
301 sq += st->infq[i] * (*coeff);
304 for (i = si = sq = 0, coeff = psk48_rx_coeff + 1; i < (PSK48_RXF_LEN/2);
305 i++, coeff += 2) {
306 si += st->infi[i] * (*coeff);
307 sq += st->infq[i] * (*coeff);
319 const short *coeff; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dixjuser.h719 unsigned int coeff[19]; member in struct:__anon11243
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dixjuser.h719 unsigned int coeff[19]; member in struct:__anon6829
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wireless/
H A Dairo.c872 u32 coeff[((EMMH32_MSGLEN_MAX)+3)>>2]; member in struct:__anon2036
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/telephony/
H A Dixj.c10647 if (ixj_WriteDSPCommand(jfr->coeff[cnt], j))

Completed in 197 milliseconds