OSDN Git Service

Moving average optimization
authorViorel Suman <viorel.suman@intel.com>
Tue, 23 Sep 2014 13:23:10 +0000 (16:23 +0300)
committerAdriana Reus <adriana.reus@intel.com>
Wed, 1 Oct 2014 11:22:08 +0000 (14:22 +0300)
commit2afe8697a76ed7916a668b29d21743608019cdb3
tree726f931296935af91e02fa5d9d651140cd20b9df
parent6cd353a693160c5cefd76a0b0dcd4cf44be3005a
Moving average optimization

The patch optimizes the moving average calculation
by introducing the moving history sum calculated
while the new data is recorded.

Change-Id: I9a8a505c983ecd48c1e160495ea45030dabbf535
Signed-off-by: Viorel Suman <viorel.suman@intel.com>
common.h
control.c
transform.c