From 35c4a13eb7d9c3c8c4c85974f39a0042a9930b88 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 9 Jan 2017 13:03:50 -0800 Subject: [PATCH] vp9: Fix comment in speed features. Change-Id: I65d79c06b152922d725bf559adaa508f91cd5766 --- vp9/encoder/vp9_speed_features.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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, -- 2.40.0