FFmpeg
|
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
int | ff_image_copy_plane_uc_from_x86 (uint8_t *dst, ptrdiff_t dst_linesize, const uint8_t *src, ptrdiff_t src_linesize, ptrdiff_t bytewidth, int height) |
int ff_image_copy_plane_uc_from_x86 | ( | uint8_t * | dst, |
ptrdiff_t | dst_linesize, | ||
const uint8_t * | src, | ||
ptrdiff_t | src_linesize, | ||
ptrdiff_t | bytewidth, | ||
int | height | ||
) |
Definition at line 33 of file imgutils_init.c.
Referenced by av_image_copy_plane_uc_from().