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