Go to the source code of this file.
Macros |
#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); |
#define | PRED8x8L(TYPE, DEPTH, OPT) void ff_pred8x8l_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, int has_topleft, int has_topright, int stride); |
#define | PRED16x16(TYPE, DEPTH, OPT) void ff_pred16x16_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, int stride); |
Functions |
| PRED4x4 (dc, PRED4x4(10, mmxext) |
Macro Definition Documentation
#define PRED16x16 |
( |
|
TYPE, |
|
|
|
DEPTH, |
|
|
|
OPT |
|
) |
| void ff_pred16x16_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, int stride); |
#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); |
#define PRED8x8L |
( |
|
TYPE, |
|
|
|
DEPTH, |
|
|
|
OPT |
|
) |
| void ff_pred8x8l_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, int has_topleft, int has_topright, int stride); |
Function Documentation
PRED4x4 |
( |
dc |
, |
|
|
PRED4x4( |
10, |
|
|
mmxext |
|
|
) |
| |