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]
 
   SwsShuffleMask   shuffle
 
   void *   opaque
 
data
 

Detailed Description

Definition at line 257 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 267 of file uops.h.

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

◆ scalar

SwsPixel SwsUOp::scalar

Definition at line 268 of file uops.h.

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

◆ vec4

SwsPixel SwsUOp::vec4[4]

◆ mat4

SwsPixel SwsUOp::mat4[4][5]

Definition at line 270 of file uops.h.

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

◆ shuffle

SwsShuffleMask SwsUOp::shuffle

Definition at line 271 of file uops.h.

Referenced by ff_sws_shuffle_mask(), and translate_shuffle().

◆ opaque

void* SwsUOp::opaque

Definition at line 272 of file uops.h.

◆ data

union { ... } SwsUOp::data

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