]> granicus.if.org Git - libvpx/commitdiff
vp9: Fix comment in speed features.
authorMarco <marpan@google.com>
Mon, 9 Jan 2017 21:03:50 +0000 (13:03 -0800)
committerMarco <marpan@google.com>
Mon, 9 Jan 2017 21:05:31 +0000 (13:05 -0800)
Change-Id: I65d79c06b152922d725bf559adaa508f91cd5766

vp9/encoder/vp9_speed_features.h

index 478684d059fa226385f06cdbdb669f4ef96c38f2..944fe6322fb6c75873707d70aa1a1d5c4ee55e8e 100644 (file)
@@ -456,12 +456,13 @@ typedef struct SPEED_FEATURES {
   int short_circuit_flat_blocks;
 
   // Skip a number of expensive mode evaluations for blocks with very low
-  // temporal variance.
+  // temporal variance. If the low temporal variance flag is set for a block,
+  // do the following:
   // 1: Skip all golden modes and ALL INTRA for bsize >= 32x32.
   // 2: Skip golden non-zeromv and newmv-last for bsize >= 16x16, skip ALL
   // INTRA for bsize >= 32x32 and vert/horz INTRA for bsize 16x16, 16x32 and
   // 32x16.
-  // 3: Same as (2), but also skip golden zeromv for low res.
+  // 3: Same as (2), but also skip golden zeromv.
   int short_circuit_low_temp_var;
 
   // Limits the rd-threshold update for early exit for the newmv-last mode,