added a speed feature on lpf level picking

Change-Id: Id578f8afdeab3702fc8386969f2d832d8f1b5420
This commit is contained in:
Yaowu Xu
2013-08-06 15:46:26 -07:00
parent e3c92bd21e
commit c7c9901845
4 changed files with 13 additions and 1 deletions

View File

@@ -289,6 +289,7 @@ typedef struct {
MB_PREDICTION_MODE last_chroma_intra_mode;
int use_rd_breakout;
int use_uv_intra_rd_estimate;
int use_fast_lpf_pick;
} SPEED_FEATURES;
typedef struct VP9_COMP {