FFmpeg
Data Fields
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

◆ mask

SwsCompMask SwsAArch64OpImplParams::mask

Definition at line 49 of file ops_impl.h.

Referenced by aarch64_op_impl_cmp(), and serialize_op().

◆ type

SwsPixelType SwsAArch64OpImplParams::type

◆ block_size

uint8_t SwsAArch64OpImplParams::block_size

Definition at line 51 of file ops_impl.h.

Referenced by aarch64_op_impl_cmp(), serialize_op(), setup_filter_h(), and setup_filter_h_4x4().

◆ par

SwsUOpParams SwsAArch64OpImplParams::par

Definition at line 52 of file ops_impl.h.

Referenced by aarch64_op_impl_cmp(), linear_num_vregs(), and serialize_op().


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