Searched refs:vq_nbest_sign (Results 1 – 4 of 4) sorted by relevance
/external/speex/libspeex/ |
D | vq.h | 47 void vq_nbest_sign(spx_word16_t *in, const __m128 *codebook, int len, int entries, __m128 *E, int N… 51 void vq_nbest_sign(spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32…
|
D | vq.c | 110 void vq_nbest_sign(spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32… in vq_nbest_sign() function
|
D | vq_sse.h | 75 void vq_nbest_sign(spx_word16_t *_in, const __m128 *codebook, int len, int entries, __m128 *E, int … in vq_nbest_sign() function
|
D | cb_search.c | 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() 381 … vq_nbest_sign(x, resp2, subvect_size, shape_cb_size, E, N, best_index, best_dist, stack); in split_cb_search_shape_sign()
|