Searched refs:pitch_delay_int (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg729postfilter.h85 * \param pitch_delay_int integer part of the pitch delay
98 const int16_t *lp_filter_coeffs, int pitch_delay_int,
H A Dsipr16k.c210 int pitch_delay_int; local
225 pitch_delay_int = DIVIDE_BY_3(pitch_delay_3x + 2);
226 pitch_delay_frac = pitch_delay_3x + 2 - 3*pitch_delay_int;
229 &excitation[i_subfr] - pitch_delay_int + 1,
H A Dg729dec.c410 int pitch_delay_int[2]; // pitch delay, integer part local
507 pitch_delay_int[i] = (pitch_delay_3x + 1) / 3;
508 if (pitch_delay_int[i] > PITCH_DELAY_MAX) {
509 av_log(avctx, AV_LOG_WARNING, "pitch_delay_int %d is too large\n", pitch_delay_int[i]);
510 pitch_delay_int[i] = PITCH_DELAY_MAX;
544 ff_acelp_weighted_vector_sum(fc + pitch_delay_int[i],
545 fc + pitch_delay_int[i],
549 SUBFRAME_SIZE - pitch_delay_int[i]);
675 pitch_delay_int[
[all...]
H A Dg729postfilter.c103 * \param pitch_delay_int integer part of the pitch delay in the first subframe
110 static int16_t long_term_filter(AudioDSPContext *adsp, int pitch_delay_int, argument
191 best_delay_int = pitch_delay_int - 1;
192 for (i = pitch_delay_int - 1; i <= pitch_delay_int + 1; i++) {
515 const int16_t *lp_filter_coeffs, int pitch_delay_int,
544 *voicing = FFMAX(*voicing, long_term_filter(adsp, pitch_delay_int,
514 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) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsipr16k.c208 int pitch_delay_int; local
223 pitch_delay_int = DIVIDE_BY_3(pitch_delay_3x + 2);
224 pitch_delay_frac = pitch_delay_3x + 2 - 3*pitch_delay_int;
227 &excitation[i_subfr] - pitch_delay_int + 1,

Completed in 54 milliseconds