FFmpeg
Public Attributes | List of all members
GradFunContext Struct Reference

Holds instance-specific information for gradfun. More...

#include <gradfun.h>

Public Attributes

const AVClassclass
 
float strength
 
int thresh
 threshold for gradient algorithm
 
int radius
 blur radius
 
int chroma_w
 width of the chroma planes
 
int chroma_h
 weight of the chroma planes
 
int chroma_r
 blur radius for the chroma planes
 
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.
 
void(* blur_line )(uint16_t *dc, uint16_t *buf, const uint16_t *buf1, const uint8_t *src, int src_linesize, int width)
 

Detailed Description

Holds instance-specific information for gradfun.

Member Data Documentation

§ buf

uint16_t* GradFunContext::buf

holds image data for blur algorithm passed into filter.


The documentation for this struct was generated from the following file: