summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl/vp8/invtrans.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/vl/vp8/invtrans.h')
-rw-r--r--src/gallium/auxiliary/vl/vp8/invtrans.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/vl/vp8/invtrans.h b/src/gallium/auxiliary/vl/vp8/invtrans.h
index 1d62b15e15..b36a2c9e97 100644
--- a/src/gallium/auxiliary/vl/vp8/invtrans.h
+++ b/src/gallium/auxiliary/vl/vp8/invtrans.h
@@ -16,8 +16,8 @@
#include "blockd.h"
extern void vp8_inverse_transform_b(const vp8_idct_rtcd_vtable_t *rtcd, BLOCKD *b, int pitch);
-extern void vp8_inverse_transform_mb(const vp8_idct_rtcd_vtable_t *rtcd, MACROBLOCKD *x);
-extern void vp8_inverse_transform_mby(const vp8_idct_rtcd_vtable_t *rtcd, MACROBLOCKD *x);
-extern void vp8_inverse_transform_mbuv(const vp8_idct_rtcd_vtable_t *rtcd, MACROBLOCKD *x);
+extern void vp8_inverse_transform_mb(const vp8_idct_rtcd_vtable_t *rtcd, MACROBLOCKD *mb);
+extern void vp8_inverse_transform_mby(const vp8_idct_rtcd_vtable_t *rtcd, MACROBLOCKD *mb);
+extern void vp8_inverse_transform_mbuv(const vp8_idct_rtcd_vtable_t *rtcd, MACROBLOCKD *mb);
#endif /* INVTRANS_H */