Go to the source code of this file.
|
void | ff_gradfun_init_x86 (GradFunContext *gf) |
|
void | ff_gradfun_filter_line_c (uint8_t *dst, uint8_t *src, uint16_t *dc, int width, int thresh, const uint16_t *dithers) |
|
void | ff_gradfun_blur_line_c (uint16_t *dc, uint16_t *buf, uint16_t *buf1, uint8_t *src, int src_linesize, int width) |
|
Holds instance-specific information for gradfun.
void ff_gradfun_blur_line_c |
( |
uint16_t * |
dc, |
|
|
uint16_t * |
buf, |
|
|
uint16_t * |
buf1, |
|
|
uint8_t * |
src, |
|
|
int |
src_linesize, |
|
|
int |
width |
|
) |
| |
void ff_gradfun_filter_line_c |
( |
uint8_t * |
dst, |
|
|
uint8_t * |
src, |
|
|
uint16_t * |
dc, |
|
|
int |
width, |
|
|
int |
thresh, |
|
|
const uint16_t * |
dithers |
|
) |
| |