From: Zoe Liu Date: Fri, 7 Aug 2015 00:36:57 +0000 (-0700) Subject: Fixed a comment on the compound ref frames. X-Git-Tag: v1.5.0~310^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c21cab39c87d7a5f48e506859f52a8fa1e84268d;p=libvpx Fixed a comment on the compound ref frames. Change-Id: I77e397ac9f594c9c4c1db442e334a6ea5f53f588 --- diff --git a/vp9/encoder/vp9_rdopt.c b/vp9/encoder/vp9_rdopt.c index da80a998f..0e12d8c9b 100644 --- a/vp9/encoder/vp9_rdopt.c +++ b/vp9/encoder/vp9_rdopt.c @@ -2488,9 +2488,8 @@ static int64_t handle_inter_mode(VP9_COMP *cpi, MACROBLOCK *x, } // We don't include the cost of the second reference here, because there - // are only three options: Last/Golden, ARF/Last or Golden/ARF, or in other - // words if you present them in that order, the second one is always known - // if the first is known. + // are only two options: Last/ARF or Golden/ARF; The second one is always + // known, which is ARF. // // Under some circumstances we discount the cost of new mv mode to encourage // initiation of a motion field.