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