| Index: source/libvpx/vp9/encoder/vp9_speed_features.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_speed_features.h (revision 285372)
|
| +++ source/libvpx/vp9/encoder/vp9_speed_features.h (working copy)
|
| @@ -283,6 +283,9 @@
|
| // was selected, and 2 means we use 8 tap if no 8x8 filter mode was selected.
|
| int adaptive_pred_interp_filter;
|
|
|
| + // Chessboard pattern prediction filter type search
|
| + int cb_pred_filter_search;
|
| +
|
| // Fast quantization process path
|
| int use_quant_fp;
|
|
|
|
|