From 53dbc7f92cf12cdc3d1fb3f7a4ec568f47bc8cce Mon Sep 17 00:00:00 2001 From: Dmitry Kovalev Date: Thu, 17 Apr 2014 14:57:43 -0700 Subject: Removing cq_target_quality from VP9_COMP. Use cq_level (which is identical) from VP9_CONFIG instead. Change-Id: I1aaf2fcef3d2dbd4577f613d27693ff8a68989fd --- vp9/encoder/vp9_onyx_int.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vp9/encoder/vp9_onyx_int.h') diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h index a9ae7b3a8..4e2eeb102 100644 --- a/vp9/encoder/vp9_onyx_int.h +++ b/vp9/encoder/vp9_onyx_int.h @@ -391,8 +391,6 @@ typedef struct VP9_COMP { RATE_CONTROL rc; - int cq_target_quality; - vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES]; vp9_coeff_probs_model frame_coef_probs[TX_SIZES][PLANE_TYPES]; -- cgit v1.2.3