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


Go to the source code of this file.
Functions | |
| int | intrapred16x16 (Macroblock *currMB, ColorPlane pl, int b8) |
Definition in file intra16x16_pred.h.
| int intrapred16x16 | ( | Macroblock * | currMB, | |
| ColorPlane | pl, | |||
| int | predmode | |||
| ) |
makes and returns 16x16 intra prediction blocks
| currMB | Current Macroblock | |
| pl | Current colorplane (for 4:4:4) | |
| predmode | prediction mode |
Definition at line 289 of file intra16x16_pred.c.
References intra16x16_dc_pred(), intra16x16_hor_pred(), intra16x16_plane_pred(), and intra16x16_vert_pred().
Referenced by decode_one_component_b_slice(), decode_one_component_i_slice(), and decode_one_component_p_slice().
