FFmpeg
|
Go to the source code of this file.
Functions | |
int | avpriv_set_systematic_pal2 (uint32_t pal[256], enum AVPixelFormat pix_fmt) |
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 avpriv_set_systematic_pal2 | ( | uint32_t | pal[256], |
enum AVPixelFormat | pix_fmt | ||
) |
Definition at line 178 of file imgutils.c.
Referenced by av_image_alloc(), bmp_encode_frame(), ff_frame_pool_get(), gif_encode_init(), pcx_encode_frame(), scale_frame(), and xwd_encode_frame().
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().