Add utilities to aom_dsp for modeling correlated noise.
The auto-regressive model allows for different window shapes and different lag sizes. Although most likely to be used as a reference for modeling noise in AV1, the model is currently parameterized more generally than AV1 needs. I will add an example (hopefully with a denoiser) in future commits. Change-Id: I1ba1067543601c2c01db4970d42766bb35da77f0
Showing
aom_dsp/noise_model.c
0 → 100644
This diff is collapsed.
aom_dsp/noise_model.h
0 → 100644
aom_dsp/noise_util.c
0 → 100644
aom_dsp/noise_util.h
0 → 100644
test/noise_model_test.cc
0 → 100644
This diff is collapsed.
Please register or sign in to comment