FFmpeg
Data Fields
SwsUOp Struct Reference

#include <uops.h>

Data Fields

SwsPixelType type
 
SwsUOpType uop
 
SwsCompMask mask
 
SwsUOpParams par
 
union {
   SwsFilterWeights *   kernel
 
   SwsPixel *   ptr
 
   SwsPixel   scalar
 
   SwsPixel   vec4 [4]
 
   SwsPixel   mat4 [4][5]
 
   void *   opaque
 
data
 

Detailed Description

Definition at line 201 of file uops.h.

Field Documentation

◆ type

SwsPixelType SwsUOp::type

◆ uop

SwsUOpType SwsUOp::uop

◆ mask

SwsCompMask SwsUOp::mask

◆ par

SwsUOpParams SwsUOp::par

◆ kernel

SwsFilterWeights* SwsUOp::kernel

◆ ptr

SwsPixel* SwsUOp::ptr

Definition at line 211 of file uops.h.

Referenced by DECL_SETUP(), setup_dither(), translate_dither_op(), and uop_uninit().

◆ scalar

SwsPixel SwsUOp::scalar

Definition at line 212 of file uops.h.

Referenced by ff_sws_setup_scalar(), setup_scale(), and translate_op().

◆ vec4

SwsPixel SwsUOp::vec4[4]

◆ mat4

SwsPixel SwsUOp::mat4[4][5]

Definition at line 214 of file uops.h.

Referenced by DECL_SETUP(), setup_linear(), and translate_linear_op().

◆ opaque

void* SwsUOp::opaque

Definition at line 215 of file uops.h.

◆ data

union { ... } SwsUOp::data

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