From: Marco Date: Mon, 9 Jan 2017 21:03:50 +0000 (-0800) Subject: vp9: Fix comment in speed features. X-Git-Tag: v1.7.0~822 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35c4a13eb7d9c3c8c4c85974f39a0042a9930b88;p=libvpx vp9: Fix comment in speed features. Change-Id: I65d79c06b152922d725bf559adaa508f91cd5766 --- diff --git a/vp9/encoder/vp9_speed_features.h b/vp9/encoder/vp9_speed_features.h index 478684d05..944fe6322 100644 --- a/vp9/encoder/vp9_speed_features.h +++ b/vp9/encoder/vp9_speed_features.h @@ -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,