Searched refs:LtpParam (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | speexdec.c | 93 } LtpParam; typedef 95 static const LtpParam ltp_params_vlbr = { gain_cdbk_lbr, 5, 0 }; 96 static const LtpParam ltp_params_lbr = { gain_cdbk_lbr, 5, 7 }; 97 static const LtpParam ltp_params_med = { gain_cdbk_lbr, 5, 7 }; 98 static const LtpParam ltp_params_nb = { gain_cdbk_nb, 7, 7 }; 159 const void *LtpParam; /**< Pitch parameters (options) */ member 359 const LtpParam *params; in pitch_unquant_3tap() 362 params = (const LtpParam *)par; in pitch_unquant_3tap() 1019 SUBMODE(ltp_unquant)(exc, exc32, pit_min, pit_max, ol_pitch_coef, SUBMODE(LtpParam), in nb_decode()
|
Completed in 3 milliseconds