Lines Matching refs:vect
129 * @param vect original vector
136 static void get_match_score(float *work, const float *coefs, float *vect,
143 ff_celp_lp_synthesis_filterf(work, coefs, vect, BLOCKSIZE, LPC_ORDER);
165 * @param vect array where vector is stored
169 static void create_adapt_vect(float *vect, const int16_t *cb, int lag)
175 vect[i] = cb[i];
178 vect[lag + i] = cb[i];
247 float vect[BLOCKSIZE];
252 vect[j] = cb[i][j];
253 get_match_score(work, coefs, vect, ortho1, ortho2, data, &score, &g);
281 float vect[BLOCKSIZE];
299 vect[i] = ff_cb1_vects[*cb1_idx][i];
300 ff_celp_lp_synthesis_filterf(work, coefs, vect, BLOCKSIZE, LPC_ORDER);