]> granicus.if.org Git - libvpx/commitdiff
Comment zcoeff_blk.
authorAlex Converse <aconverse@google.com>
Wed, 29 Jul 2015 23:53:33 +0000 (16:53 -0700)
committerAlex Converse <aconverse@google.com>
Wed, 29 Jul 2015 23:53:33 +0000 (16:53 -0700)
Change-Id: Iefc2eb78e71472ecf51802ec59ff32caef4bd0f4

vp9/encoder/vp9_block.h

index ff447b7646f1fa4439024ce7895f0df76d96021a..cb5b788ad5ca8de1075fef9a7a6085c8a4a4301a 100644 (file)
@@ -100,7 +100,10 @@ struct macroblock {
   int mv_row_min;
   int mv_row_max;
 
+  // Notes transform blocks where no coefficents are coded.
+  // Set during mode selection. Read during block encoding.
   uint8_t zcoeff_blk[TX_SIZES][256];
+
   int skip;
 
   int encode_breakout;