#include "global.h"
#include "mbuffer.h"


Go to the source code of this file.
Functions | |
| int | intrapred (Macroblock *currMB, ColorPlane pl, int ioff, int joff, int img_block_x, int img_block_y) |
Definition in file intra4x4_pred.h.
| int intrapred | ( | Macroblock * | currMB, | |
| ColorPlane | pl, | |||
| int | ioff, | |||
| int | joff, | |||
| int | img_block_x, | |||
| int | img_block_y | |||
| ) |
makes and returns 4x4 intra prediction blocks
| currMB | current macroblock | |
| pl | current image plane | |
| ioff | pixel offset X within MB | |
| joff | pixel offset Y within MB | |
| img_block_x | location of block X, multiples of 4 | |
| img_block_y | location of block Y, multiples of 4 |
Definition at line 797 of file intra4x4_pred.c.
References intra4x4_dc_pred(), intra4x4_diag_down_left_pred(), intra4x4_diag_down_right_pred(), intra4x4_hor_down_pred(), intra4x4_hor_pred(), intra4x4_hor_up_pred(), intra4x4_vert_left_pred(), intra4x4_vert_pred(), intra4x4_vert_right_pred(), and macroblock::p_Img.
