disable trellis optimization for first pass

also remove 2 #defines and 1 function declaration that are not in use.

Change-Id: I8f743d0e3dd9ebf1de24a8b0c30ff09f29b00c53
This commit is contained in:
Yaowu Xu
2011-05-19 16:00:28 -07:00
parent 00a1e2f8e4
commit d5b8f7860f
3 changed files with 1 additions and 5 deletions

View File

@@ -21,9 +21,6 @@
#include "vp8/common/g_common.h"
#include "encodeintra.h"
#define intra4x4ibias_rate 128
#define intra4x4pbias_rate 256
#if CONFIG_RUNTIME_CPU_DETECT
#define IF_RTCD(x) (x)