Merge "intrabc: Include NEWDV in mode_2_counter" into nextgen

This commit is contained in:
Alex Converse 2015-06-03 16:09:35 +00:00 committed by Gerrit Code Review
commit 783d18d22a

View File

@ -58,6 +58,9 @@ static const int mode_2_counter[MB_MODE_COUNT] = {
9, // D207_PRED 9, // D207_PRED
9, // D63_PRED 9, // D63_PRED
9, // TM_PRED 9, // TM_PRED
#if CONFIG_INTRABC
9, // NEWDV
#endif // CONFIG_INTRABC
0, // NEARESTMV 0, // NEARESTMV
0, // NEARMV 0, // NEARMV
3, // ZEROMV 3, // ZEROMV