Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daptx.c447 …redictor = av_clip_intp2((MUL64(prediction->s_weight[0], prediction->previous_reconstructed_sample) in aptx_prediction_filtering()
449 prediction->previous_reconstructed_sample = reconstructed_sample; in aptx_prediction_filtering()
Daptx.h78 int32_t previous_reconstructed_sample; member
Daptxdec.c85 subband_samples[subband] = channel->prediction[subband].previous_reconstructed_sample; in aptx_decode_channel()