summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodeframe.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/encodeframe.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/encodeframe.c')
-rw-r--r--vp8/encoder/encodeframe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp8/encoder/encodeframe.c b/vp8/encoder/encodeframe.c
index d3e0e4535..e58c852a7 100644
--- a/vp8/encoder/encodeframe.c
+++ b/vp8/encoder/encodeframe.c
@@ -47,7 +47,7 @@ int enc_debug = 0;
int mb_row_debug, mb_col_debug;
#endif
-extern void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCKD *x,
+extern void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCKD *xd,
TOKENEXTRA **t, int dry_run);
extern void vp8cx_initialize_me_consts(VP8_COMP *cpi, int QIndex);
@@ -1471,7 +1471,7 @@ void vp8cx_encode_intra_macro_block(VP8_COMP *cpi,
extern int cnt_pm;
#endif
-extern void vp8_fix_contexts(MACROBLOCKD *x);
+extern void vp8_fix_contexts(MACROBLOCKD *xd);
void vp8cx_encode_inter_macroblock (VP8_COMP *cpi, MACROBLOCK *x,
TOKENEXTRA **t, int recon_yoffset,