FFmpeg
|
#include <swscale.h>
Data Fields | |
SwsVector * | lumH |
SwsVector * | lumV |
SwsVector * | chrH |
SwsVector * | chrV |
SwsVector* SwsFilter::lumH |
Definition at line 403 of file swscale.h.
Referenced by alloc_sws_context(), ff_sws_init_single_context(), and open_filter_param().
SwsVector* SwsFilter::lumV |
Definition at line 404 of file swscale.h.
Referenced by alloc_sws_context(), ff_sws_init_single_context(), and open_filter_param().
SwsVector* SwsFilter::chrH |
Definition at line 405 of file swscale.h.
Referenced by alloc_sws_context(), ff_sws_init_single_context(), and open_filter_param().
SwsVector* SwsFilter::chrV |
Definition at line 406 of file swscale.h.
Referenced by alloc_sws_context(), ff_sws_init_single_context(), and open_filter_param().