00001 00016 #ifndef _INTRA4x4_PRED_H_ 00017 #define _INTRA4x4_PRED_H_ 00018 00019 #include "global.h" 00020 #include "mbuffer.h" 00021 00022 extern int intrapred(Macroblock *currMB, ColorPlane pl, int ioff, int joff, int img_block_x, int img_block_y); 00023 00024 #endif 00025