Rename vp8 quantize.c

Move it to vp8_quantize.c and make sure to
use the full path for all vp8 includes of quantize.h

Change-Id: I284651ff681707385f4924ea7db1541905c1624a
This commit is contained in:
Johann
2015-08-18 11:43:40 -07:00
parent 2fdb63fd72
commit 79a00d71bd
10 changed files with 10 additions and 10 deletions

View File

@@ -28,7 +28,7 @@
#include "vp8/common/findnearmv.h"
#include "vp8/common/quant_common.h"
#include "encodemb.h"
#include "quantize.h"
#include "vp8/encoder/quantize.h"
#include "vpx_dsp/variance.h"
#include "mcomp.h"
#include "rdopt.h"