Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daptx.c446 … reconstructed_sample = av_clip_intp2(reconstructed_difference + prediction->predicted_sample, 23); in aptx_prediction_filtering()
460 prediction->predicted_sample = av_clip_intp2(predictor + prediction->predicted_difference, 23); in aptx_prediction_filtering()
Daptx.h80 int32_t predicted_sample; member
Daptxenc.c142 …diff = av_clip_intp2(subband_samples[subband] - channel->prediction[subband].predicted_sample, 23); in aptx_encode_channel()