FFmpeg
|
#include <swscale.h>
Data Fields | |
double * | coeff |
pointer to the list of coefficients More... | |
int | length |
number of coefficients in the vector More... | |
double* SwsVector::coeff |
pointer to the list of coefficients
Definition at line 111 of file swscale.h.
Referenced by alloc_sws_context(), initFilter(), open_filter_param(), sws_addVec(), sws_allocVec(), sws_getConstVec(), sws_getGaussianVec(), sws_getShiftedVec(), sws_shiftVec(), and sws_sumVec().
int SwsVector::length |
number of coefficients in the vector
Definition at line 112 of file swscale.h.
Referenced by alloc_sws_context(), initFilter(), open_filter_param(), sws_addVec(), sws_allocVec(), sws_init_context(), and sws_shiftVec().