summaryrefslogtreecommitdiff
path: root/vp9/encoder
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2013-04-23 12:59:33 -0700
committerJingning Han <jingning@google.com>2013-04-23 12:59:33 -0700
commite6ac91800b560563af8b18210f02e065d813bb2c (patch)
tree005136fdd38eacc0796a874249fca2afc4844280 /vp9/encoder
parente3167b8c238a96c1c38a9bed95a24787700b2522 (diff)
downloadlibvpx-e6ac91800b560563af8b18210f02e065d813bb2c.tar
libvpx-e6ac91800b560563af8b18210f02e065d813bb2c.tar.gz
libvpx-e6ac91800b560563af8b18210f02e065d813bb2c.tar.bz2
libvpx-e6ac91800b560563af8b18210f02e065d813bb2c.zip
Remove the unused gf_active_ptr from MACROBLOCK
The variable gf_active_ptr is not used anywhere, hence is removed. Change-Id: I6badc20fade48ae12fd19e7e4cd8fe5e051c20ac
Diffstat (limited to 'vp9/encoder')
-rw-r--r--vp9/encoder/vp9_block.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp9/encoder/vp9_block.h b/vp9/encoder/vp9_block.h
index 965797da1..1aa84338f 100644
--- a/vp9/encoder/vp9_block.h
+++ b/vp9/encoder/vp9_block.h
@@ -151,9 +151,6 @@ struct macroblock {
int encode_breakout;
- // char * gf_active_ptr;
- signed char *gf_active_ptr;
-
unsigned char *active_ptr;
vp9_coeff_count token_costs[TX_SIZE_MAX_SB][BLOCK_TYPES];