From efe5b28c09659e154c9fdd83b0e200d1d9c2502f Mon Sep 17 00:00:00 2001 From: Dmitry Kovalev Date: Wed, 11 Dec 2013 15:16:10 -0800 Subject: Reusing nmv_frame_counts from FRAME_COUNTS in encoder. Change-Id: Iadf2fcc9a5bfa5d02fc166f31963be1cc814831c --- vp9/encoder/vp9_onyx_if.c | 1 - 1 file changed, 1 deletion(-) (limited to 'vp9/encoder/vp9_onyx_if.c') diff --git a/vp9/encoder/vp9_onyx_if.c b/vp9/encoder/vp9_onyx_if.c index b10d9f84c..fac074adb 100644 --- a/vp9/encoder/vp9_onyx_if.c +++ b/vp9/encoder/vp9_onyx_if.c @@ -3102,7 +3102,6 @@ static void encode_frame_to_data_rate(VP9_COMP *cpi, vp9_copy(counts->comp_inter, cpi->comp_inter_count); vp9_copy(counts->single_ref, cpi->single_ref_count); vp9_copy(counts->comp_ref, cpi->comp_ref_count); - counts->mv = cpi->NMVcount; if (!cpi->common.error_resilient_mode && !cpi->common.frame_parallel_decoding_mode) { vp9_adapt_mode_probs(&cpi->common); -- cgit v1.2.3