|
FFmpeg
|
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Functions | |
| void | ff_emulated_edge_mc_sse2 (uint8_t *buf, const uint8_t *src, ptrdiff_t buf_stride, ptrdiff_t src_stride, int block_w, int block_h, int src_x, int src_y, int w, int h) |
| void ff_emulated_edge_mc_sse2 | ( | uint8_t * | buf, |
| const uint8_t * | src, | ||
| ptrdiff_t | buf_stride, | ||
| ptrdiff_t | src_stride, | ||
| int | block_w, | ||
| int | block_h, | ||
| int | src_x, | ||
| int | src_y, | ||
| int | w, | ||
| int | h | ||
| ) |
Definition at line 191 of file videodsp_init.c.
Referenced by ff_videodsp_init_x86().
1.8.17