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