shithub: libvpx

Download patch

ref: 355db167347bc9f6f29cbea440838fd0d3be019d
parent: bf187d1b2d0f758d99d7304d942dad6e7d200c97
parent: 9115d84509466aac80f4eefa0b0653999deb932c
author: Jingning Han <jingning@google.com>
date: Tue Oct 15 12:24:34 EDT 2013

Merge "Remove unused variable vp9_64x64_zeros"

--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -123,7 +123,6 @@
 static unsigned int alt_activity_measure(MACROBLOCK *x, int use_dc_pred) {
   return vp9_encode_intra(x, use_dc_pred);
 }
-DECLARE_ALIGNED(16, static const uint8_t, vp9_64x64_zeros[64*64]) = {0};
 
 // Measure the activity of the current macroblock
 // What we measure here is TBD so abstracted to this function