Merge "Moving frame_coef_probs from VP9_COMP to local scope."
[platform/upstream/libvpx.git] / vp9 / encoder / vp9_encoder.h
index a69226f..17c826f 100644 (file)
@@ -391,7 +391,6 @@ typedef struct VP9_COMP {
   RATE_CONTROL rc;
 
   vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES];
-  vp9_coeff_probs_model frame_coef_probs[TX_SIZES][PLANE_TYPES];
 
   struct vpx_codec_pkt_list  *output_pkt_list;