Searched defs:dotprod (Results 1 – 6 of 6) sorted by relevance
3 struct dotprod { struct4 int len; /* Number of coefficients */14 signed short *coeffs[8];
9 struct dotprod { struct17 struct dotprod *dp; in initdp_port() argument
10 struct dotprod { struct23 struct dotprod *dp; in initdp_mmx() argument
11 struct dotprod { struct25 struct dotprod *dp; in initdp_sse2() argument
9 struct dotprod { struct20 struct dotprod *dp; in initdp_av() argument
74 long dotprod(void *p,signed short a[]){ in dotprod() function