Searched refs:ht_prev_data (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg729postfilter.h81 * \param ht_prev_data [in/out] (Q12) pointer to variable receiving tilt
97 void ff_g729_postfilter(AudioDSPContext *adsp, int16_t* ht_prev_data, int* voicing,
H A Dg729postfilter.c472 * \param ht_prev_data previous data for 4.2.3, equation 86
474 * \return new value for ht_prev_data
477 int subframe_size, int16_t ht_prev_data)
506 tmp2 = (res_pst[0] << 15) + ((gt * ht_prev_data) << 1);
514 void ff_g729_postfilter(AudioDSPContext *adsp, int16_t* ht_prev_data, int* voicing, argument
560 *ht_prev_data = apply_tilt_comp(speech, pos_filter_data + 10, tilt_comp_coeff,
561 subframe_size, *ht_prev_data);
476 apply_tilt_comp(int16_t* out, int16_t* res_pst, int refl_coeff, int subframe_size, int16_t ht_prev_data) argument
H A Dg729dec.c145 int16_t ht_prev_data; ///< previous data for 4.2.3, equation 86 member in struct:__anon3148
672 &ctx->ht_prev_data,

Completed in 44 milliseconds