FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | ff_shrink22 (uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) |
void | ff_shrink44 (uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) |
void | ff_shrink88 (uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) |
void ff_shrink22 | ( | uint8_t * | dst, |
int | dst_wrap, | ||
const uint8_t * | src, | ||
int | src_wrap, | ||
int | width, | ||
int | height | ||
) |
Definition at line 281 of file imgconvert.c.
Referenced by ff_dsputil_init().
void ff_shrink44 | ( | uint8_t * | dst, |
int | dst_wrap, | ||
const uint8_t * | src, | ||
int | src_wrap, | ||
int | width, | ||
int | height | ||
) |
Definition at line 314 of file imgconvert.c.
Referenced by ff_dsputil_init().
void ff_shrink88 | ( | uint8_t * | dst, |
int | dst_wrap, | ||
const uint8_t * | src, | ||
int | src_wrap, | ||
int | width, | ||
int | height | ||
) |
Definition at line 345 of file imgconvert.c.
Referenced by ff_dsputil_init().