/external/speex/libspeex/ |
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) 60 ALLOC(r, subvect_size, __m128); 61 ALLOC(shape, subvect_size, __m128); 62 for(j=0;j<subvect_size;j++) 66 float *_res = resp+i*subvect_size; 67 const signed char *_shape = shape_cb+i*subvect_size; 69 for(j=0;j<subvect_size;j++) 71 shape[j] = _mm_setr_ps(0.03125*_shape[j], 0.03125*_shape[subvect_size+j], 0.03125*_shape[2*subvect_size+j], 0.03125*_shape[3*subvect_size+j]) [all...] |
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) 74 : "m" (subvect_size), "m" (shape_cb), "m" (r), "m" (resp), "m" (E) 81 shape_cb += subvect_size; 82 resp += subvect_size;
|
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) 57 ALLOC(shape, subvect_size, spx_word16_t); 62 res = resp+i*subvect_size; 63 for (k=0;k<subvect_size;k++) 64 shape[k] = (spx_word16_t)shape_cb[i*subvect_size+k]; 68 for(j=0;j<subvect_size;j++) 127 int shape_cb_size, subvect_size, nb_subvect; local 134 subvect_size = params->subvect_size; 139 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t) 280 int shape_cb_size, subvect_size, nb_subvect; local 527 int shape_cb_size, subvect_size, nb_subvect; local [all...] |
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) 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...] |
cb_search.h | 43 int subvect_size; member in struct:split_cb_params
|