Revision d375c104 libavcodec/dsputil.h
libavcodec/dsputil.h | ||
---|---|---|
492 | 492 |
#define BASIS_SHIFT 16 |
493 | 493 |
#define RECON_SHIFT 6 |
494 | 494 |
|
495 |
void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w); |
|
495 |
void (*draw_edges)(uint8_t *buf, int wrap, int width, int height, int w, int sides);
|
|
496 | 496 |
#define EDGE_WIDTH 16 |
497 |
#define EDGE_TOP 1 |
|
498 |
#define EDGE_BOTTOM 2 |
|
497 | 499 |
|
498 | 500 |
void (*prefetch)(void *mem, int stride, int h); |
499 | 501 |
|
Also available in: Unified diff