FFmpeg
|
imgconvert.h File Reference
#include <stdint.h>
Include dependency graph for imgconvert.h:
This graph shows which files directly or indirectly include this file:
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) |
Function Documentation
void ff_shrink22 | ( | uint8_t * | dst, |
int | dst_wrap, | ||
const uint8_t * | src, | ||
int | src_wrap, | ||
int | width, | ||
int | height | ||
) |
Definition at line 278 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 311 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 342 of file imgconvert.c.
Referenced by ff_dsputil_init().
Generated on Mon Nov 18 2024 06:52:07 for FFmpeg by 1.8.11