Searched refs:pitch_control (Results 1 – 2 of 2) sorted by relevance
/external/speex/libspeex/ |
D | ltp_bfin.h | 112 …line spx_word32_t compute_pitch_error(spx_word16_t *C, spx_word16_t *g, spx_word16_t pitch_control) in compute_pitch_error() argument 149 : "d" (g[0]), "d" (g[1]), "d" (g[2]), "d" (pitch_control), "1" (C) in compute_pitch_error() 319 spx_word16_t pitch_control=64; in pitch_gain_search_3tap_vq() local
|
D | ltp.c | 156 …line spx_word32_t compute_pitch_error(spx_word16_t *C, spx_word16_t *g, spx_word16_t pitch_control) in compute_pitch_error() argument 159 sum = ADD32(sum,MULT16_16(MULT16_16_16(g[0],pitch_control),C[0])); in compute_pitch_error() 160 sum = ADD32(sum,MULT16_16(MULT16_16_16(g[1],pitch_control),C[1])); in compute_pitch_error() 161 sum = ADD32(sum,MULT16_16(MULT16_16_16(g[2],pitch_control),C[2])); in compute_pitch_error() 323 spx_word16_t pitch_control=64; in pitch_gain_search_3tap_vq() local 335 sum = compute_pitch_error(C16, g, pitch_control); in pitch_gain_search_3tap_vq()
|