Lines Matching defs:vector
274 * Generate fixed codebook excitation vector.
276 * @param vector decoded excitation vector
282 static void gen_fcb_excitation(int16_t *vector, G723_1_Subframe *subfrm,
287 memset(vector, 0, SUBFRAME_LEN * sizeof(*vector));
302 vector[subfrm->grid_index + GRID_SIZE * i] =
305 vector[subfrm->grid_index + GRID_SIZE * i] =
312 ff_g723_1_gen_dirac_train(vector, pitch_lag);
322 vector[offset] = (cb_sign & 1) ? cb_gain : -cb_gain;
334 vector[i] += beta * vector[i - lag] >> 15;
343 * @param offset offset of the excitation vector
425 * @param offset offset of the excitation vector
555 * @param buf decoded excitation vector
556 * @param out output vector
586 * @param src source vector
587 * @param dest destination vector
612 * @param buf postfiltered output vector