Go to the source code of this file.
Data Structures | |
| struct | vf_priv_s |
Functions | |
| static const uint16_t | __attribute__ ((aligned(16))) pw_7f[8] = {255,255,255,255,255,255,255,255} |
| static void | filter_line_c (uint8_t *dst, uint8_t *src, uint16_t *dc, int width, int thresh, const uint16_t *dithers) |
| static void | blur_line_c (uint16_t *dc, uint16_t *buf, uint16_t *buf1, uint8_t *src, int sstride, int width) |
| static void | filter_plane (struct vf_priv_s *ctx, uint8_t *dst, uint8_t *src, int width, int height, int dstride, int sstride, int r) |
| static const uint16_t __attribute__ | ( | (aligned(16)) | ) | = {255,255,255,255,255,255,255,255} [static] |
| static void blur_line_c | ( | uint16_t * | dc, | |
| uint16_t * | buf, | |||
| uint16_t * | buf1, | |||
| uint8_t * | src, | |||
| int | sstride, | |||
| int | width | |||
| ) | [static] |
| static void filter_line_c | ( | uint8_t * | dst, | |
| uint8_t * | src, | |||
| uint16_t * | dc, | |||
| int | width, | |||
| int | thresh, | |||
| const uint16_t * | dithers | |||
| ) | [static] |
References av_clip_uint8, and FFMAX.
| static void filter_plane | ( | struct vf_priv_s * | ctx, | |
| uint8_t * | dst, | |||
| uint8_t * | src, | |||
| int | width, | |||
| int | height, | |||
| int | dstride, | |||
| int | sstride, | |||
| int | r | |||
| ) | [static] |
References vf_priv_s::blur_line, vf_priv_s::buf, vf_priv_s::filter_line, and vf_priv_s::thresh.
Referenced by Filter().
1.5.6