FFmpeg
Loading...
Searching...
No Matches
SwsAArch64OpImplParams Struct Reference

SwsAArch64OpImplParams describes the parameters for an SwsUOpType operation. More...

#include <ops_impl.h>

Data Fields

SwsUOpType uop
 
SwsCompMask mask
 
SwsPixelType type
 
uint8_t block_size
 
SwsUOpParams par
 

Detailed Description

SwsAArch64OpImplParams describes the parameters for an SwsUOpType operation.

It consists of simplified parameters from the SwsOp structure, with the purpose of being straight-forward to implement and execute.

Definition at line 47 of file ops_impl.h.

Field Documentation

◆ uop

SwsUOpType SwsAArch64OpImplParams::uop

Definition at line 48 of file ops_impl.h.

Referenced by aarch64_op_impl_cmp().

◆ mask

SwsCompMask SwsAArch64OpImplParams::mask

Definition at line 49 of file ops_impl.h.

Referenced by aarch64_op_impl_cmp().

◆ type

SwsPixelType SwsAArch64OpImplParams::type

Definition at line 50 of file ops_impl.h.

Referenced by aarch64_op_impl_cmp().

◆ block_size

uint8_t SwsAArch64OpImplParams::block_size

Definition at line 51 of file ops_impl.h.

Referenced by aarch64_op_impl_cmp().

◆ par

SwsUOpParams SwsAArch64OpImplParams::par

Definition at line 52 of file ops_impl.h.

Referenced by aarch64_op_impl_cmp().


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