/external/speex/libspeex/ |
D | filters.h | 73 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const … 74 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, co… 76 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2,…
|
D | filters_bfin.h | 368 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2,… in compute_impulse_response() argument 376 y[i+1] = awk1[i]; in compute_impulse_response() 438 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2,… 446 y[i+1] = awk1[i];
|
D | cb_search.h | 54 spx_coef_t awk1[], /* Weighted LPCs for this subframe */ 80 spx_coef_t awk1[], /* Weighted LPCs for this subframe */
|
D | cb_search.c | 103 spx_coef_t awk1[], /* Weighted LPCs for this subframe */ in split_cb_search_shape_sign_N1() argument 234 syn_percep_zero16(r2, ak, awk1, awk2, r2, nsf,p, stack); in split_cb_search_shape_sign_N1() 245 spx_coef_t awk1[], /* Weighted LPCs for this subframe */ in split_cb_search_shape_sign() argument 297 split_cb_search_shape_sign_N1(target,ak,awk1,awk2,par,p,nsf,exc,r,bits,stack,update_target); in split_cb_search_shape_sign() 507 syn_percep_zero16(r2, ak, awk1, awk2, r2, nsf,p, stack); in split_cb_search_shape_sign() 575 spx_coef_t awk1[], /* Weighted LPCs for this subframe */ in noise_codebook_quant() argument 591 residue_percep_zero16(target, ak, awk1, awk2, tmp, nsf, p, stack); in noise_codebook_quant()
|
D | ltp.h | 62 spx_coef_t awk1[], /* Weighted LPCs #1 for this subframe */ 105 spx_coef_t awk1[], /* Weighted LPCs #1 for this subframe */
|
D | ltp.c | 351 const spx_coef_t awk1[], /* Weighted LPCs #1 for this subframe */ in pitch_gain_search_3tap() argument 422 filter_mem16(e, awk1, awk2, e, nsf, p, mm, stack); in pitch_gain_search_3tap() 532 spx_coef_t awk1[], /* Weighted LPCs #1 for this subframe */ in pitch_search_3tap() argument 621 … err=pitch_gain_search_3tap(target, ak, awk1, awk2, exc, gain_cdbk, gain_cdbk_size, pitch, p, nsf, in pitch_search_3tap() 759 spx_coef_t awk1[], /* Weighted LPCs #1 for this subframe */ in forced_pitch_quant() argument 798 syn_percep_zero16(res, ak, awk1, awk2, res, nsf, p, stack); in forced_pitch_quant()
|
D | filters.c | 379 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const … in syn_percep_zero16() argument 389 filter_mem16(y, awk1, awk2, y, N, ord, mem, stack); in syn_percep_zero16() 391 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, co… in residue_percep_zero16() argument 398 filter_mem16(xx, ak, awk1, y, N, ord, mem, stack); in residue_percep_zero16() 406 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2,… in compute_impulse_response() argument 417 y[i+1] = awk1[i]; in compute_impulse_response()
|
D | vorbis_psy.h | 94 void curve_to_lpc(VorbisPsy *psy, float *curve, float *awk1, float *awk2, int ord);
|