FFmpeg
Data Fields
SwsImplParams Struct Reference

#include <ops_chain.h>

Data Fields

const SwsOpTabletable
 
union {
   const SwsUOp *   uop
 
   const SwsOp *   op
 
}; 
 
SwsContextctx
 

Detailed Description

Definition at line 105 of file ops_chain.h.

Field Documentation

◆ table

const SwsOpTable* SwsImplParams::table

Definition at line 106 of file ops_chain.h.

Referenced by ff_sws_uop_lookup(), setup_filter_h(), and setup_filter_h_4x4().

◆ uop

const SwsUOp* SwsImplParams::uop

◆ op

const SwsOp* SwsImplParams::op

Definition at line 109 of file ops_chain.h.

Referenced by ff_sws_setup_clamp(), ff_sws_setup_clear(), and ff_sws_setup_scale().

◆ @578

union { ... }

◆ ctx

SwsContext* SwsImplParams::ctx

Definition at line 111 of file ops_chain.h.

Referenced by check_filter_h_4x4(), and ff_sws_uop_lookup().


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