Removed the experimental flag from around the prediction filter.
Change-Id: Ic1dd2db8fe8ac17ed5129f83094d4c5cdd5527d2
EXPERIMENT_LIST="
csm
comp_intra_pred
- pred_filter
lossless
subpelrefmv
new_mvref
void vp9_adapt_mode_probs(struct VP9Common *);
-#if CONFIG_PRED_FILTER
#define VP9_SWITCHABLE_FILTERS 3 /* number of switchable filters */
-#else
-#define VP9_SWITCHABLE_FILTERS 2 /* number of switchable filters */
-#endif
extern const INTERPOLATIONFILTERTYPE vp9_switchable_interp
[VP9_SWITCHABLE_FILTERS];
static void set_default_lf_deltas(VP9_COMP *cpi);
-#if CONFIG_PRED_FILTER
#define DEFAULT_INTERP_FILTER SWITCHABLE
-#else
-#define DEFAULT_INTERP_FILTER EIGHTTAP
-#endif
#define SEARCH_BEST_FILTER 0 /* to search exhaustively for
best filter */