Home
last modified time | relevance | path

Searched refs:shape_cb_size (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
Dcb_search.c53 …6_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_s… in compute_weighted_codebook() argument
58 for (i=0;i<shape_cb_size;i++) in compute_weighted_codebook()
127 int shape_cb_size, subvect_size, nb_subvect; in split_cb_search_shape_sign_N1() local
136 shape_cb_size = 1<<params->shape_bits; in split_cb_search_shape_sign_N1()
139 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t); in split_cb_search_shape_sign_N1()
141 ALLOC(resp2, (shape_cb_size*subvect_size)>>2, __m128); in split_cb_search_shape_sign_N1()
142 ALLOC(E, shape_cb_size>>2, __m128); in split_cb_search_shape_sign_N1()
145 ALLOC(E, shape_cb_size, spx_word32_t); in split_cb_search_shape_sign_N1()
153 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack); in split_cb_search_shape_sign_N1()
160 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack); in split_cb_search_shape_sign_N1()
[all …]
/external/speex/libspeex/
Dcb_search.c53 …6_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_s… in compute_weighted_codebook() argument
58 for (i=0;i<shape_cb_size;i++) in compute_weighted_codebook()
127 int shape_cb_size, subvect_size, nb_subvect; in split_cb_search_shape_sign_N1() local
136 shape_cb_size = 1<<params->shape_bits; in split_cb_search_shape_sign_N1()
139 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t); in split_cb_search_shape_sign_N1()
141 ALLOC(resp2, (shape_cb_size*subvect_size)>>2, __m128); in split_cb_search_shape_sign_N1()
142 ALLOC(E, shape_cb_size>>2, __m128); in split_cb_search_shape_sign_N1()
145 ALLOC(E, shape_cb_size, spx_word32_t); in split_cb_search_shape_sign_N1()
153 compute_weighted_codebook(shape_cb, r, resp, resp2, E, shape_cb_size, subvect_size, stack); in split_cb_search_shape_sign_N1()
160 vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, 1, &best_index, &best_dist, stack); in split_cb_search_shape_sign_N1()
[all …]
Dcb_search_bfin.h37 …6_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_s… in compute_weighted_codebook() argument
40 for (i=0;i<shape_cb_size;i++) in compute_weighted_codebook()
Dcb_search_sse.h54 …e_cb, const spx_sig_t *_r, float *resp, __m128 *resp2, __m128 *E, int shape_cb_size, int subvect_s… in compute_weighted_codebook() argument
64 for (i=0;i<shape_cb_size;i+=4) in compute_weighted_codebook()
Dcb_search_arm4.h39 …6_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_s…
43 for (i=0;i<shape_cb_size;i+=4)