Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dcb_search.c53 …16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack) in compute_weighted_codebook() argument
57 ALLOC(shape, subvect_size, spx_word16_t); in compute_weighted_codebook()
62 res = resp+i*subvect_size; in compute_weighted_codebook()
63 for (k=0;k<subvect_size;k++) in compute_weighted_codebook()
64 shape[k] = (spx_word16_t)shape_cb[i*subvect_size+k]; in compute_weighted_codebook()
68 for(j=0;j<subvect_size;j++) in compute_weighted_codebook()
127 int shape_cb_size, subvect_size, nb_subvect; in split_cb_search_shape_sign_N1() local
134 subvect_size = params->subvect_size; 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()
[all …]
Dcb_search_sse.h54 …sig_t *_r, float *resp, __m128 *resp2, __m128 *E, int shape_cb_size, int subvect_size, char *stack) in compute_weighted_codebook() argument
60 ALLOC(r, subvect_size, __m128); in compute_weighted_codebook()
61 ALLOC(shape, subvect_size, __m128); in compute_weighted_codebook()
62 for(j=0;j<subvect_size;j++) in compute_weighted_codebook()
66 float *_res = resp+i*subvect_size; in compute_weighted_codebook()
67 const signed char *_shape = shape_cb+i*subvect_size; in compute_weighted_codebook()
69 for(j=0;j<subvect_size;j++) in compute_weighted_codebook()
71 …s(0.03125*_shape[j], 0.03125*_shape[subvect_size+j], 0.03125*_shape[2*subvect_size+j], 0.03125*_sh… in compute_weighted_codebook()
73 for(j=0;j<subvect_size;j++) in compute_weighted_codebook()
78 … _spx_mm_getr_ps(resj, _res+j, _res+subvect_size+j, _res+2*subvect_size+j, _res+3*subvect_size+j); in compute_weighted_codebook()
Dcb_search_arm4.h39 …16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack)
53 for(j=0;j<subvect_size;j++)
82 : "4" (j+1), "5" (r+j), "6" (shape_cb), "7" (subvect_size)
95 shape += subvect_size;
97 shape += subvect_size;
99 shape += subvect_size;
101 shape += subvect_size;
123 res += subvect_size;
125 res += subvect_size;
127 res += subvect_size;
[all …]
Dcb_search_bfin.h37 …16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack) in compute_weighted_codebook() argument
74 : "m" (subvect_size), "m" (shape_cb), "m" (r), "m" (resp), "m" (E) in compute_weighted_codebook()
81 shape_cb += subvect_size; in compute_weighted_codebook()
82 resp += subvect_size; in compute_weighted_codebook()
Dcb_search.h43 int subvect_size; member