From fb60204d4c36a4041daaca2f1461b731fa2dfaa2 Mon Sep 17 00:00:00 2001 From: Jerome Jiang Date: Tue, 4 Apr 2017 16:28:27 -0700 Subject: vp9: Remove legacy comments for avg_source_sad. Change-Id: Ia6e8614535a097f17f37fc382cef8e22e03b70f6 --- vp9/encoder/vp9_ratectrl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'vp9/encoder/vp9_ratectrl.c') diff --git a/vp9/encoder/vp9_ratectrl.c b/vp9/encoder/vp9_ratectrl.c index 5386f6a1e..f79b7c6fc 100644 --- a/vp9/encoder/vp9_ratectrl.c +++ b/vp9/encoder/vp9_ratectrl.c @@ -2289,7 +2289,6 @@ void vp9_scene_detection_onepass(VP9_COMP *cpi) { for (sbi_row = 0; sbi_row < sb_rows; ++sbi_row) { for (sbi_col = 0; sbi_col < sb_cols; ++sbi_col) { // Checker-board pattern, ignore boundary. - // If the use_source_sad is on, compute for every superblock. if (((sbi_row > 0 && sbi_col > 0) && (sbi_row < sb_rows - 1 && sbi_col < sb_cols - 1) && ((sbi_row % 2 == 0 && sbi_col % 2 == 0) || -- cgit v1.2.3