Searched defs:pitch_delay_int (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | sipr16k.c | 210 int pitch_delay_int; in ff_sipr_decode_frame_16k() local
|
H A D | g729postfilter.c | 113 static int16_t long_term_filter(AudioDSPContext *adsp, int pitch_delay_int, in long_term_filter() argument 520 ff_g729_postfilter(AudioDSPContext *adsp, int16_t* ht_prev_data, int* voicing, const int16_t *lp_filter_coeffs, int pitch_delay_int, int16_t* residual, int16_t* res_filter_data, int16_t* pos_filter_data, int16_t *speech, int subframe_size) ff_g729_postfilter() argument
|
H A D | g729dec.c | 424 int pitch_delay_int[2]; // pitch delay, integer part in decode_frame() local [all...] |
Completed in 4 milliseconds