Home
last modified time | relevance | path

Searched refs:mmx_coeffs (Results 1 – 8 of 8) sorted by relevance

/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/spandsp/
H A Dfir.h124 mmx_t *mmx_coeffs; in fir16() local
130 mmx_coeffs = (mmx_t *) fir->coeffs; in fir16()
137 movq_m2r(mmx_coeffs[0], mm0); in fir16()
138 movq_m2r(mmx_coeffs[1], mm2); in fir16()
141 mmx_coeffs += 2; in fir16()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/spandsp/
H A Dfir.h122 mmx_t *mmx_coeffs; in fir16() local
128 mmx_coeffs = (mmx_t *) fir->coeffs; in fir16()
135 movq_m2r(mmx_coeffs[0], mm0); in fir16()
136 movq_m2r(mmx_coeffs[1], mm2); in fir16()
139 mmx_coeffs += 2; in fir16()
/dports/comms/spandsp/spandsp-284fe91/src/spandsp/
H A Dfir.h122 mmx_t *mmx_coeffs; in fir16() local
128 mmx_coeffs = (mmx_t *) fir->coeffs; in fir16()
135 movq_m2r(mmx_coeffs[0], mm0); in fir16()
136 movq_m2r(mmx_coeffs[1], mm2); in fir16()
139 mmx_coeffs += 2; in fir16()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/asterisk/
H A Dcelliax_spandsp.h364 mmx_t *mmx_coeffs;
370 mmx_coeffs = (mmx_t *) fir->coeffs;
376 movq_m2r(mmx_coeffs[0], mm0);
377 movq_m2r(mmx_coeffs[1], mm2);
380 mmx_coeffs += 2;
H A Dcelliax_spandsp.c162 mmx_t *mmx_coeffs;
169 mmx_coeffs = (mmx_t *) fir->coeffs;
186 movq_r2m(mm2, mmx_coeffs[0]);
188 mmx_coeffs += 1;
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/
H A Decho.c162 mmx_t *mmx_coeffs;
172 mmx_coeffs = (mmx_t *) fir->coeffs;
190 movq_r2m(mm2, mmx_coeffs[0]);
192 mmx_coeffs += 1;
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Decho.c174 mmx_t *mmx_coeffs;
184 mmx_coeffs = (mmx_t *) fir->coeffs;
202 movq_r2m(mm2, mmx_coeffs[0]);
204 mmx_coeffs += 1;
/dports/comms/spandsp/spandsp-284fe91/src/
H A Decho.c174 mmx_t *mmx_coeffs;
184 mmx_coeffs = (mmx_t *) fir->coeffs;
202 movq_r2m(mm2, mmx_coeffs[0]);
204 mmx_coeffs += 1;