Move SAD and variance functions to common

The MFQE function of the postprocessor depends on these

Change-Id: I256a37c6de079fe92ce744b1f11e16526d06b50a
This commit is contained in:
Johann
2012-03-05 16:50:33 -08:00
parent cbcfbe1b29
commit e50f96a4a3
39 changed files with 42 additions and 40 deletions

View File

@@ -12,7 +12,7 @@
#include "limits.h"
#include "block.h"
#include "onyx_int.h"
#include "variance.h"
#include "vp8/common/variance.h"
#include "encodeintra.h"
#include "vp8/common/setupintrarecon.h"
#include "mcomp.h"