Searched refs:shape_cb (Results 1 – 5 of 5) sorted by relevance
/external/speex/libspeex/ |
D | cb_search.c | 53 static void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word1… in compute_weighted_codebook() argument 64 shape[k] = (spx_word16_t)shape_cb[i*subvect_size+k]; in compute_weighted_codebook() 126 const signed char *shape_cb; in split_cb_search_shape_sign_N1() local 137 shape_cb = params->shape_cb; 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() 188 e[subvect_size*i+j]=SHL32(EXTEND32(shape_cb[rind*subvect_size+j]),SIG_SHIFT-5); in split_cb_search_shape_sign_N1() 191 … e[subvect_size*i+j]=NEG32(SHL32(EXTEND32(shape_cb[rind*subvect_size+j]),SIG_SHIFT-5)); in split_cb_search_shape_sign_N1() 195 e[subvect_size*i+j]=sign*0.03125*shape_cb[rind*subvect_size+j]; in split_cb_search_shape_sign_N1() 214 g=sign*shape_cb[rind*subvect_size+m]; in split_cb_search_shape_sign_N1() 216 g=sign*0.03125*shape_cb[rind*subvect_size+m]; in split_cb_search_shape_sign_N1() [all …]
|
D | cb_search_bfin.h | 37 void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *re… 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()
|
D | cb_search_arm4.h | 39 static void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word1… 82 : "4" (j+1), "5" (r+j), "6" (shape_cb), "7" (subvect_size) 93 const signed char *shape=shape_cb+k; 132 shape_cb += subvect_size<<2;
|
D | cb_search_sse.h | 54 static void compute_weighted_codebook(const signed char *shape_cb, const spx_sig_t *_r, float *resp… in compute_weighted_codebook() argument 67 const signed char *_shape = shape_cb+i*subvect_size; in compute_weighted_codebook()
|
D | cb_search.h | 45 const signed char *shape_cb; member
|