Libav 0.7.1
|
Go to the source code of this file.
Defines | |
#define | PRED4x4(TYPE, DEPTH, OPT) void ff_pred4x4_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, const uint8_t *topright, int stride); |
#define | PRED8x8(TYPE, DEPTH, OPT) void ff_pred8x8_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, int stride); |
Functions | |
PRED4x4 (dc, PRED4x4(10, mmxext) |
#define PRED4x4 | ( | TYPE, | |
DEPTH, | |||
OPT | |||
) | void ff_pred4x4_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, const uint8_t *topright, int stride); |
Definition at line 24 of file h264_intrapred_init.c.
#define PRED8x8 | ( | TYPE, | |
DEPTH, | |||
OPT | |||
) | void ff_pred8x8_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, int stride); |
Referenced by PRED4x4().
PRED4x4 | ( | dc | , |
PRED4x4( | 10, | ||
mmxext | |||
) |
Definition at line 27 of file h264_intrapred_init.c.