Merge two block with same if conditions.
Change-Id: Id66b212952e0afe5635abe1ea0bf5096999c87a1
diff --git a/av1/encoder/encoder.c b/av1/encoder/encoder.c
index f481990..dc16c9e 100644
--- a/av1/encoder/encoder.c
+++ b/av1/encoder/encoder.c
@@ -5510,10 +5510,8 @@
q_high = top_index;
loop_at_this_size = 0;
- }
- // Decide frame size bounds first time through.
- if (loop_count == 0) {
+ // Decide frame size bounds first time through.
av1_rc_compute_frame_size_bounds(cpi, rc->this_frame_target,
&frame_under_shoot_limit,
&frame_over_shoot_limit);