Home
last modified time | relevance | path

Searched refs:awk2 (Results 1 – 8 of 8) sorted by relevance

/external/speex/libspeex/
Dfilters.h73 …16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, i…
74 …16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, i…
76 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2,…
Dcb_search.h55 spx_coef_t awk2[], /* Weighted LPCs for this subframe */
81 spx_coef_t awk2[], /* Weighted LPCs for this subframe */
Dfilters_bfin.h368 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2,… in compute_impulse_response() argument
428 : "a" (awk2), "a" (ak), "d" (ord), "m" (N), "0" (ytmp2), "1" (y) in compute_impulse_response()
438 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2,…
457 yi = MAC16_16(yi, awk2[j], -ytmp[i-j-1]);
Dltp.h63 spx_coef_t awk2[], /* Weighted LPCs #2 for this subframe */
106 spx_coef_t awk2[], /* Weighted LPCs #2 for this subframe */
Dcb_search.c104 spx_coef_t awk2[], /* 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()
246 spx_coef_t awk2[], /* 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()
576 spx_coef_t awk2[], /* 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()
Dfilters.c379 …16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, i… in syn_percep_zero16() argument
389 filter_mem16(y, awk1, awk2, y, N, ord, mem, stack); in syn_percep_zero16()
391 …16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, i… in residue_percep_zero16() argument
401 fir_mem16(y, awk2, 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
431 mem1[j] = MAC16_16(mem1[j+1], awk2[j],ny1i); in compute_impulse_response()
434 mem1[ord-1] = MULT16_16(awk2[ord-1],ny1i); in compute_impulse_response()
Dvorbis_psy.h94 void curve_to_lpc(VorbisPsy *psy, float *curve, float *awk1, float *awk2, int ord);
Dltp.c352 const spx_coef_t awk2[], /* Weighted LPCs #2 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()
533 spx_coef_t awk2[], /* Weighted LPCs #2 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()
760 spx_coef_t awk2[], /* Weighted LPCs #2 for this subframe */ in forced_pitch_quant() argument
798 syn_percep_zero16(res, ak, awk1, awk2, res, nsf, p, stack); in forced_pitch_quant()