Searched refs:exc2 (Results 1 – 2 of 2) sorted by relevance
/external/speex/libspeex/ |
D | ltp.c | 361 const spx_word16_t *exc2, in pitch_gain_search_3tap() argument 401 e[j]=exc2[j-pp]; in pitch_gain_search_3tap() 403 e[j]=exc2[j-pp-pitch]; in pitch_gain_search_3tap() 428 spx_word16_t e0=exc2[-pitch-1+i]; in pitch_gain_search_3tap() 509 exc[j]=MAC16_16(exc[j],SHL16(gain[2-i],7),exc2[j-pp]); in pitch_gain_search_3tap() 514 exc[j]=MAC16_16(exc[j],SHL16(gain[2-i],7),exc2[j-pp-pitch]); in pitch_gain_search_3tap() 543 spx_word16_t *exc2, in pitch_search_3tap() argument 599 if (ABS16(exc2[i])>16383) in pitch_search_3tap() 622 … bits, stack, exc2, r, new_target, &cdbk_index, plc_tuning, *cumul_gain, scaledown); in pitch_search_3tap() 770 spx_word16_t *exc2, in forced_pitch_quant() argument [all …]
|
D | ltp.h | 73 spx_word16_t *exc2, 116 spx_word16_t *exc2,
|