Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg729postfilter.c479 static int16_t apply_tilt_comp(int16_t* out, int16_t* res_pst, int refl_coeff, in apply_tilt_comp() argument
500 tmp = res_pst[subframe_size - 1]; in apply_tilt_comp()
503 tmp2 = (gt * res_pst[i-1]) * 2 + 0x4000; in apply_tilt_comp()
504 tmp2 = res_pst[i] + (tmp2 >> 15); in apply_tilt_comp()
510 tmp2 = res_pst[0] + (tmp2 >> 15); in apply_tilt_comp()