Go to the documentation of this file.
26 #ifndef AVCODEC_VIDEODSP_H
27 #define AVCODEC_VIDEODSP_H
32 #define EMULATED_EDGE(depth) \
33 void ff_emulated_edge_mc_ ## depth (uint8_t *buf, const uint8_t *src, ptrdiff_t linesize,\
34 int block_w, int block_h,\
35 int src_x, int src_y, int w, int h);
59 ptrdiff_t linesize,
int block_w,
int block_h,
60 int src_x,
int src_y,
int w,
int h);