Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg722.c112 int sg[2], limit, cur_qtzd_reconst; in do_adaptive_prediction() local
129 cur_qtzd_reconst = av_clip_int16((band->s_predictor + cur_diff) * 2); in do_adaptive_prediction()
131 (band->pole_mem[0] * cur_qtzd_reconst >> 15) + in do_adaptive_prediction()
133 band->prev_qtzd_reconst = cur_qtzd_reconst; in do_adaptive_prediction()