| Index: source/libvpx/vp8/encoder/encodeintra.h | 
| =================================================================== | 
| --- source/libvpx/vp8/encoder/encodeintra.h	(revision 96967) | 
| +++ source/libvpx/vp8/encoder/encodeintra.h	(working copy) | 
| @@ -13,10 +13,10 @@ | 
| #define _ENCODEINTRA_H_ | 
| #include "onyx_int.h" | 
|  | 
| +int vp8_encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred); | 
| void vp8_encode_intra16x16mby(const VP8_ENCODER_RTCD *, MACROBLOCK *x); | 
| void vp8_encode_intra16x16mbuv(const VP8_ENCODER_RTCD *, MACROBLOCK *x); | 
| void vp8_encode_intra4x4mby(const VP8_ENCODER_RTCD *, MACROBLOCK *mb); | 
| -void vp8_encode_intra4x4block(const VP8_ENCODER_RTCD *, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode); | 
| -void vp8_encode_intra4x4block_rd(const VP8_ENCODER_RTCD *, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode); | 
| - | 
| +void vp8_encode_intra4x4block(const VP8_ENCODER_RTCD *rtcd, | 
| +                              MACROBLOCK *x, int ib); | 
| #endif | 
|  |