Searched refs:ltp_params (Results 1 – 5 of 5) sorted by relevance
/external/speex/libspeex/ |
D | modes.c | 66 static const ltp_params ltp_params_nb = { 73 static const ltp_params ltp_params_vlbr = { 80 static const ltp_params ltp_params_lbr = { 87 static const ltp_params ltp_params_med = {
|
D | ltp.c | 559 const ltp_params *params; in pitch_search_3tap() 566 params = (const ltp_params*) par; in pitch_search_3tap() 577 params = (const ltp_params*) par; in pitch_search_3tap() 679 const ltp_params *params; in pitch_unquant_3tap() 681 params = (const ltp_params*) par; in pitch_unquant_3tap()
|
D | modes.h | 104 const void *ltp_params; /**< Pitch parameters (options) */ member
|
D | ltp.h | 43 } ltp_params; typedef
|
D | nb_celp.c | 791 exc32, SUBMODE(ltp_params), pit_min, pit_max, ol_pitch_coef, in nb_encode() 1355 SUBMODE(ltp_unquant)(exc, exc32, pit_min, pit_max, ol_pitch_coef, SUBMODE(ltp_params), in nb_decode()
|