Home | History | Annotate | Download | only in libspeex

Lines Matching refs:resp

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)
62 res = resp+i*subvect_size;
116 VARDECL(spx_word16_t *resp);
139 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t);
144 resp2 = resp;
153 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack);
176 res = resp+rind*subvect_size;
259 VARDECL(spx_word16_t *resp);
311 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t);
316 resp2 = resp;
351 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack);