FFmpeg
Data Fields
SwsOpExec Struct Reference

Global execution context for all compiled functions. More...

#include <ops_internal.h>

Data Fields

const uint8_t * in [4]
 
uint8_t * out [4]
 
ptrdiff_t in_stride [4]
 
ptrdiff_t out_stride [4]
 
ptrdiff_t in_bump [4]
 
ptrdiff_t out_bump [4]
 
int32_t width
 
int32_t height
 
int32_t slice_y
 
int32_t slice_h
 
int32_t block_size_in
 
int32_t block_size_out
 
uint8_t in_sub_y [4]
 
uint8_t out_sub_y [4]
 
uint8_t in_sub_x [4]
 
uint8_t out_sub_x [4]
 
const SwsFramein_frame
 
const SwsFrameout_frame
 

Detailed Description

Global execution context for all compiled functions.

Note: This struct is hard-coded in assembly, so do not change the layout without updating the corresponding assembly definitions.

Definition at line 60 of file ops_internal.h.

Field Documentation

◆ in

const uint8_t* SwsOpExec::in[4]

Definition at line 62 of file ops_internal.h.

Referenced by check_ops(), and process().

◆ out

uint8_t* SwsOpExec::out[4]

Definition at line 63 of file ops_internal.h.

Referenced by check_ops(), and process().

◆ in_stride

ptrdiff_t SwsOpExec::in_stride[4]

Definition at line 66 of file ops_internal.h.

Referenced by check_ops(), and process().

◆ out_stride

ptrdiff_t SwsOpExec::out_stride[4]

Definition at line 67 of file ops_internal.h.

Referenced by check_ops(), and process().

◆ in_bump

ptrdiff_t SwsOpExec::in_bump[4]

Definition at line 70 of file ops_internal.h.

Referenced by check_ops().

◆ out_bump

ptrdiff_t SwsOpExec::out_bump[4]

Definition at line 71 of file ops_internal.h.

Referenced by check_ops().

◆ width

int32_t SwsOpExec::width

Definition at line 74 of file ops_internal.h.

Referenced by check_ops(), and process().

◆ height

int32_t SwsOpExec::height

Definition at line 74 of file ops_internal.h.

Referenced by check_ops().

◆ slice_y

int32_t SwsOpExec::slice_y

Definition at line 75 of file ops_internal.h.

◆ slice_h

int32_t SwsOpExec::slice_h

Definition at line 75 of file ops_internal.h.

Referenced by check_ops().

◆ block_size_in

int32_t SwsOpExec::block_size_in

Definition at line 76 of file ops_internal.h.

Referenced by check_ops().

◆ block_size_out

int32_t SwsOpExec::block_size_out

Definition at line 77 of file ops_internal.h.

Referenced by check_ops(), and process().

◆ in_sub_y

uint8_t SwsOpExec::in_sub_y[4]

Definition at line 80 of file ops_internal.h.

◆ out_sub_y

uint8_t SwsOpExec::out_sub_y[4]

Definition at line 80 of file ops_internal.h.

◆ in_sub_x

uint8_t SwsOpExec::in_sub_x[4]

Definition at line 81 of file ops_internal.h.

◆ out_sub_x

uint8_t SwsOpExec::out_sub_x[4]

Definition at line 81 of file ops_internal.h.

◆ in_frame

const SwsFrame* SwsOpExec::in_frame

Definition at line 84 of file ops_internal.h.

Referenced by process().

◆ out_frame

const SwsFrame* SwsOpExec::out_frame

Definition at line 85 of file ops_internal.h.

Referenced by process().


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