]> granicus.if.org Git - libvpx/commitdiff
Fixed a comment on the compound ref frames.
authorZoe Liu <zoeliu@google.com>
Fri, 7 Aug 2015 00:36:57 +0000 (17:36 -0700)
committerZoe Liu <zoeliu@google.com>
Fri, 7 Aug 2015 00:36:57 +0000 (17:36 -0700)
Change-Id: I77e397ac9f594c9c4c1db442e334a6ea5f53f588

vp9/encoder/vp9_rdopt.c

index da80a998f7abab8e8396b861bb3d1eaace2c9bc4..0e12d8c9b2fda722a7f59b81657a874961e8a71c 100644 (file)
@@ -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.