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) 58 for (i=0;i<shape_cb_size;i++) 127 int shape_cb_size, subvect_size, nb_subvect; local 136 shape_cb_size = 1<<params->shape_bits; 139 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t); 141 ALLOC(resp2, (shape_cb_size*subvect_size)>>2, __m128); 142 ALLOC(E, shape_cb_size>>2, __m128); 145 ALLOC(E, shape_cb_size, spx_word32_t); 153 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack); 160 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack) 280 int shape_cb_size, subvect_size, nb_subvect; local 527 int shape_cb_size, subvect_size, nb_subvect; local [all...] |