Home
last modified time | relevance | path

Searched defs:dotprod (Results 1 – 6 of 6) sorted by relevance

/external/fec/
Ddotprod.h3 struct dotprod { struct
4 int len; /* Number of coefficients */
14 signed short *coeffs[8];
Ddotprod_port.c9 struct dotprod { struct
17 struct dotprod *dp; in initdp_port() argument
Ddotprod_mmx.c10 struct dotprod { struct
23 struct dotprod *dp; in initdp_mmx() argument
Ddotprod_sse2.c11 struct dotprod { struct
25 struct dotprod *dp; in initdp_sse2() argument
Ddotprod_av.c9 struct dotprod { struct
20 struct dotprod *dp; in initdp_av() argument
Ddotprod.c74 long dotprod(void *p,signed short a[]){ in dotprod() function