summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodeintra.c
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2012-08-15 11:00:53 +0100
committerPaul Wilkins <paulwilkins@google.com>2012-08-15 11:00:53 +0100
commit77dc5c65f28e9ee814eaad73479ed5c5d76a0a59 (patch)
treef19f5b25aacebfad549c4da8b1801826dfdcf39e /vp8/encoder/encodeintra.c
parenta1168155a748c752b8b19cb539013d8f3cee2fd5 (diff)
downloadlibvpx-77dc5c65f28e9ee814eaad73479ed5c5d76a0a59.tar
libvpx-77dc5c65f28e9ee814eaad73479ed5c5d76a0a59.tar.gz
libvpx-77dc5c65f28e9ee814eaad73479ed5c5d76a0a59.tar.bz2
libvpx-77dc5c65f28e9ee814eaad73479ed5c5d76a0a59.zip
Code clean up.
Further cases of inconsistent naming convention. Change-Id: Id3411ecec6f01a4c889268a00f0c9fd5a92ea143
Diffstat (limited to 'vp8/encoder/encodeintra.c')
-rw-r--r--vp8/encoder/encodeintra.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp8/encoder/encodeintra.c b/vp8/encoder/encodeintra.c
index 70ef55a1b..053639b9d 100644
--- a/vp8/encoder/encodeintra.c
+++ b/vp8/encoder/encodeintra.c
@@ -113,9 +113,9 @@ void vp8_encode_intra4x4mby(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *mb) {
int i;
#if 0
- MACROBLOCKD *x = &mb->e_mbd;
+ MACROBLOCKD *xd = &mb->e_mbd;
// Intra modes requiring top-right MB reconstructed data have been disabled
- vp8_intra_prediction_down_copy(x);
+ vp8_intra_prediction_down_copy(xd);
#endif
for (i = 0; i < 16; i++)