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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg729postfilter.c469 * \param res_pst [in/out] residual signal (partially filtered)
476 static int16_t apply_tilt_comp(int16_t* out, int16_t* res_pst, int refl_coeff, argument
497 tmp = res_pst[subframe_size - 1];
500 tmp2 = (res_pst[i] << 15) + ((gt * res_pst[i-1]) << 1);
506 tmp2 = (res_pst[0] << 15) + ((gt * ht_prev_data) << 1);

Completed in 26 milliseconds