HomeSort by relevance Sort by last modified time
    Searched refs:shape_cb_size (Results 1 - 4 of 4) sorted by null

  /external/speex/libspeex/
cb_search_bfin.h 37 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)
40 for (i=0;i<shape_cb_size;i++)
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...]
cb_search_sse.h 54 static void compute_weighted_codebook(const signed char *shape_cb, const spx_sig_t *_r, float *resp, __m128 *resp2, __m128 *E, int shape_cb_size, int subvect_size, char *stack)
64 for (i=0;i<shape_cb_size;i+=4)
cb_search_arm4.h 39 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)
43 for (i=0;i<shape_cb_size;i+=4)

Completed in 392 milliseconds