summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorAlex Converse <aconverse@google.com>2015-07-29 16:53:33 -0700
committerAlex Converse <aconverse@google.com>2015-07-29 16:53:33 -0700
commitdfe7fdae7d07c289ab2eb70cd6227874f94fbc63 (patch)
tree742087a8b22cd8a6e7d1a40be62ddc71d1e83c73 /vp9
parentce4c4b96e4ad28c2ba326629dd9ffdab95d63274 (diff)
downloadlibvpx-dfe7fdae7d07c289ab2eb70cd6227874f94fbc63.tar
libvpx-dfe7fdae7d07c289ab2eb70cd6227874f94fbc63.tar.gz
libvpx-dfe7fdae7d07c289ab2eb70cd6227874f94fbc63.tar.bz2
libvpx-dfe7fdae7d07c289ab2eb70cd6227874f94fbc63.zip
Comment zcoeff_blk.
Change-Id: Iefc2eb78e71472ecf51802ec59ff32caef4bd0f4
Diffstat (limited to 'vp9')
-rw-r--r--vp9/encoder/vp9_block.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vp9/encoder/vp9_block.h b/vp9/encoder/vp9_block.h
index ff447b764..cb5b788ad 100644
--- a/vp9/encoder/vp9_block.h
+++ b/vp9/encoder/vp9_block.h
@@ -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;