summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_int.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-09-24 17:24:35 -0700
committerDmitry Kovalev <dkovalev@google.com>2013-09-24 17:24:35 -0700
commitd0365c4a2cdd6f0bd9770249fbd97da446dc2663 (patch)
tree4d6770f2c998d9ea73788b273f64bff297f9b8fc /vp9/encoder/vp9_onyx_int.h
parent682c27239f711cb0dbdcb329d4070f62c76f1f5f (diff)
downloadlibvpx-d0365c4a2cdd6f0bd9770249fbd97da446dc2663.tar
libvpx-d0365c4a2cdd6f0bd9770249fbd97da446dc2663.tar.gz
libvpx-d0365c4a2cdd6f0bd9770249fbd97da446dc2663.tar.bz2
libvpx-d0365c4a2cdd6f0bd9770249fbd97da446dc2663.zip
Replacing txfm with tx.
Renaming txfm_stepdown_count to tx_stepdown_count and max_txfm_size to max_tx_size. Change-Id: Ifc173e22c78240e561a57c4c741b64b1b8fc6fef
Diffstat (limited to 'vp9/encoder/vp9_onyx_int.h')
-rw-r--r--vp9/encoder/vp9_onyx_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h
index 9b20dafde..263c71dbf 100644
--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -649,7 +649,7 @@ typedef struct VP9_COMP {
unsigned int switchable_interp_count[SWITCHABLE_FILTERS + 1]
[SWITCHABLE_FILTERS];
- unsigned int txfm_stepdown_count[TX_SIZES];
+ unsigned int tx_stepdown_count[TX_SIZES];
int initial_width;
int initial_height;