|
| const AVClass * | class |
| |
| float | strength |
| |
| int | thresh |
| | threshold for gradient algorithm More...
|
| |
| int | radius |
| | blur radius More...
|
| |
| int | chroma_w |
| | width of the chroma planes More...
|
| |
| int | chroma_h |
| | weight of the chroma planes More...
|
| |
| int | chroma_r |
| | blur radius for the chroma planes More...
|
| |
| uint16_t * | buf |
| | holds image data for blur algorithm passed into filter. More...
|
| |
| void(* | filter_line )(uint8_t *dst, const uint8_t *src, const uint16_t *dc, int width, int thresh, const uint16_t *dithers) |
| | DSP functions. More...
|
| |
| void(* | blur_line )(uint16_t *dc, uint16_t *buf, const uint16_t *buf1, const uint8_t *src, int src_linesize, int width) |
| |
Holds instance-specific information for gradfun.
Definition at line 28 of file gradfun.h.