Searched refs:ht_prev_data (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | g729postfilter.c | 483 int subframe_size, int16_t ht_prev_data) in apply_tilt_comp() argument 512 tmp2 = (gt * ht_prev_data) * 2 + 0x4000; in apply_tilt_comp() 520 void ff_g729_postfilter(AudioDSPContext *adsp, int16_t* ht_prev_data, int* voicing, in ff_g729_postfilter() argument 567 *ht_prev_data = apply_tilt_comp(speech, pos_filter_data + 10, tilt_comp_coeff, in ff_g729_postfilter() 568 subframe_size, *ht_prev_data); in ff_g729_postfilter()
|
D | g729postfilter.h | 98 void ff_g729_postfilter(AudioDSPContext *adsp, int16_t* ht_prev_data, int* voicing,
|
D | g729dec.c | 145 int16_t ht_prev_data; ///< previous data for 4.2.3, equation 86 member 697 &ctx->ht_prev_data, in decode_frame()
|