FFmpeg
Loading...
Searching...
No Matches
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 
 
   const SwsLut3D *   lut3d 
 
   void *   opaque 
 
data 
 

Detailed Description

Definition at line 264 of file uops.h.

Field Documentation

◆ type

◆ uop

◆ mask

◆ par

◆ kernel

◆ ptr

SwsPixel* SwsUOp::ptr

Definition at line 274 of file uops.h.

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

◆ scalar

SwsPixel SwsUOp::scalar

Definition at line 275 of file uops.h.

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

◆ vec4

◆ mat4

SwsPixel SwsUOp::mat4[4][5]

Definition at line 277 of file uops.h.

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

◆ shuffle

SwsShuffleMask SwsUOp::shuffle

Definition at line 278 of file uops.h.

Referenced by ff_sws_shuffle_mask(), and translate_shuffle().

◆ lut3d

const SwsLut3D* SwsUOp::lut3d

Definition at line 279 of file uops.h.

Referenced by check_lut_3d(), translate_op(), and uop_uninit().

◆ opaque

void* SwsUOp::opaque

Definition at line 280 of file uops.h.

◆ [union]


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