Home | History | Annotate | Download | only in libspeex

Lines Matching refs:spx_word16_t

53 static void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack)
56 VARDECL(spx_word16_t *shape);
57 ALLOC(shape, subvect_size, spx_word16_t);
60 spx_word16_t *res;
64 shape[k] = (spx_word16_t)shape_cb[i*subvect_size+k];
71 spx_word16_t res16;
90 static inline void target_update(spx_word16_t *t, spx_word16_t g, spx_word16_t *r, int len)
101 spx_word16_t target[], /* target vector */
109 spx_word16_t *r,
116 VARDECL(spx_word16_t *resp);
121 spx_word16_t *resp2;
124 VARDECL(spx_word16_t *t);
139 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t);
147 ALLOC(t, nsf, spx_word16_t);
157 spx_word16_t *x=t+subvect_size*i;
168 spx_word16_t *res;
169 spx_word16_t sign=1;
202 spx_word16_t g;
204 spx_word16_t sign=1;
230 VARDECL(spx_word16_t *r2);
231 ALLOC(r2, nsf, spx_word16_t);
243 spx_word16_t target[], /* target vector */
251 spx_word16_t *r,
259 VARDECL(spx_word16_t *resp);
264 spx_word16_t *resp2;
267 VARDECL(spx_word16_t *t);
269 VARDECL(spx_word16_t *tmp);
273 VARDECL(spx_word16_t **ot2);
274 VARDECL(spx_word16_t **nt2);
275 spx_word16_t **ot, **nt;
300 ALLOC(ot2, N, spx_word16_t*);
301 ALLOC(nt2, N, spx_word16_t*);
311 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t);
319 ALLOC(t, nsf, spx_word16_t);
323 ALLOC(tmp, 2*N*nsf, spx_word16_t);
370 spx_word16_t *x=ot[j]+subvect_size*i;
425 spx_word16_t g;
427 spx_word16_t sign=1;
452 spx_word16_t **tmp2;
475 spx_word16_t sign=1;
503 VARDECL(spx_word16_t *r2);
504 ALLOC(r2, nsf, spx_word16_t);
553 spx_word16_t s=1;
573 spx_word16_t target[], /* target vector */
581 spx_word16_t *r,
589 VARDECL(spx_word16_t *tmp);
590 ALLOC(tmp, nsf, spx_word16_t);