Allow macroblock_plane to have its own rounding buffer
[platform/upstream/libvpx.git] / vp9 / encoder / vp9_block.h
index c879a19..37a4605 100644 (file)
@@ -34,8 +34,8 @@ struct macroblock_plane {
   struct buf_2d src;
 
   // Quantizer setings
+  DECLARE_ALIGNED(16, int16_t, round_fp[8]);
   int16_t *quant_fp;
-  int16_t *round_fp;
   int16_t *quant;
   int16_t *quant_shift;
   int16_t *zbin;