Searched refs:speech (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg729postfilter.h87 * \param res_filter_data [in/out] (Q0) speech data of previous subframe
88 * \param pos_filter_data [in/out] (Q0) previous speech data for short-term postfilter
89 * \param speech [in/out] (Q0) signal buffer
100 int16_t* pos_filter_data, int16_t *speech,
105 * \param gain_before (Q0) gain of speech before applying postfilters
106 * \param gain_after (Q0) gain of speech after applying postfilters
107 * \param speech [in/out] (Q0) signal buffer
113 int16_t ff_g729_adaptive_gain_control(int gain_before, int gain_after, int16_t *speech,
H A Dg729postfilter.c80 * \param in input speech data to process
83 * \note in buffer must contain 10 items of previous speech data before top of the buffer
105 * \param residual_filt [out] speech signal with applied A(z/FORMANT_PP_FACTOR_NUM) filter
414 * \param speech speech to update
420 * filter (gf) and multiplies the speech data by 1/gf.
425 const int16_t *lp_gd, int16_t* speech,
461 speech[i] = (speech[i] * temp + 0x4000) >> 15;
517 int16_t* pos_filter_data, int16_t *speech, in
424 get_tilt_comp(AudioDSPContext *adsp, int16_t *lp_gn, const int16_t *lp_gd, int16_t* speech, int subframe_size) argument
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
574 ff_g729_adaptive_gain_control(int gain_before, int gain_after, int16_t *speech, int subframe_size, int16_t gain_prev) argument
[all...]
H A Dmetasound.c42 float ppc_gain, float *speech, int len)
49 speech[i] += ppc_gain * *shape++;
54 speech[j + center] += ppc_gain * *shape++;
60 speech[j + center] += ppc_gain * *shape++;
64 const float *shape, float *speech)
111 add_peak(period, width, shape, ppc_gain, speech, mtab->ppc_shape_len);
41 add_peak(float period, int width, const float *shape, float ppc_gain, float *speech, int len) argument
63 decode_ppc(TwinVQContext *tctx, int period_coef, int g_coef, const float *shape, float *speech) argument
H A Dtwinvqdec.c155 float ppc_gain, float *speech, int len)
164 speech[i] += ppc_gain * *shape++;
169 speech[j + center] += ppc_gain * *shape++;
175 speech[j + center] += ppc_gain * *shape++;
179 const float *shape, float *speech)
207 add_peak(period, width, shape, ppc_gain, speech, mtab->ppc_shape_len);
154 add_peak(int period, int width, const float *shape, float ppc_gain, float *speech, int len) argument
178 decode_ppc(TwinVQContext *tctx, int period_coef, int g_coef, const float *shape, float *speech) argument
H A Dtwinvq.h180 const float *shape, float *speech);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtwinvq.c453 float ppc_gain, float *speech, int len)
462 speech[i] += ppc_gain * *shape++;
467 speech[j+center] += ppc_gain * *shape++;
473 speech[j+center] += ppc_gain * *shape++;
477 float ppc_gain, float *speech)
498 add_peak(period, width, shape, ppc_gain, speech, mtab->ppc_shape_len);
452 add_peak(int period, int width, const float *shape, float ppc_gain, float *speech, int len) argument
476 decode_ppc(TwinContext *tctx, int period_coef, const float *shape, float ppc_gain, float *speech) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtparser.tex14 (Julian Smart's idea of speech-only HTML viewer or wget-like utility -

Completed in 92 milliseconds