From: Zoe Liu Date: Mon, 2 Mar 2015 17:49:11 +0000 (-0800) Subject: Corrected comment in mode_2_counter for compound X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9040ea40c86f8b368c596aa0d0ec007a5679cb1;p=libvpx Corrected comment in mode_2_counter for compound Change-Id: I5459550e62cff79182fa0ac5a24edb56cb64d608 --- diff --git a/vp9/common/vp9_mvref_common.h b/vp9/common/vp9_mvref_common.h index d8b17018a..a779fc72e 100644 --- a/vp9/common/vp9_mvref_common.h +++ b/vp9/common/vp9_mvref_common.h @@ -66,7 +66,7 @@ static const int mode_2_counter[MB_MODE_COUNT] = { 1, // NEAREST_NEWMV 1, // NEW_NEARESTMV 1, // NEAR_NEWMV - 1, // NEAR_NEWMV + 1, // NEW_NEARMV 3, // ZERO_ZEROMV 1, // NEW_NEWMV #endif