FFmpeg
Data Fields
SwsOpIter Struct Reference

Internal context holding per-iter execution data. More...

#include <uops_tmpl.h>

Data Fields

uintptr_t in [4]
 
uintptr_t out [4]
 
int x
 
int y
 
const SwsOpExecexec
 

Detailed Description

Internal context holding per-iter execution data.

The data pointers will be directly incremented by the corresponding read/write functions.

Definition at line 56 of file uops_tmpl.h.

Field Documentation

◆ in

uintptr_t SwsOpIter::in[4]

Definition at line 57 of file uops_tmpl.h.

Referenced by process().

◆ out

uintptr_t SwsOpIter::out[4]

Definition at line 58 of file uops_tmpl.h.

Referenced by process().

◆ x

int SwsOpIter::x

Definition at line 59 of file uops_tmpl.h.

Referenced by process().

◆ y

int SwsOpIter::y

Definition at line 59 of file uops_tmpl.h.

Referenced by process().

◆ exec

const SwsOpExec* SwsOpIter::exec

Definition at line 62 of file uops_tmpl.h.

Referenced by process().


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