HomeSort by relevance Sort by last modified time
    Searched defs:subvect_size (Results 1 - 2 of 2) sorted by null

  /external/speex/libspeex/
cb_search.h 43 int subvect_size; member in struct:split_cb_params
cb_search.c 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)
57 ALLOC(shape, subvect_size, spx_word16_t);
62 res = resp+i*subvect_size;
63 for (k=0;k<subvect_size;k++)
64 shape[k] = (spx_word16_t)shape_cb[i*subvect_size+k];
68 for(j=0;j<subvect_size;j++)
127 int shape_cb_size, subvect_size, nb_subvect; local
134 subvect_size = params->subvect_size;
139 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t)
280 int shape_cb_size, subvect_size, nb_subvect; local
527 int shape_cb_size, subvect_size, nb_subvect; local
    [all...]

Completed in 54 milliseconds