FFmpeg
Data Fields
SwsOpPass Struct Reference

Copyright (C) 2025 Niklas Haas. More...

Data Fields

SwsCompiledOp comp
 
SwsOpExec exec_base
 
SwsOpExec exec_tail
 
int num_blocks
 
int tail_off_in
 
int tail_off_out
 
int tail_size_in
 
int tail_size_out
 
int planes_in
 
int planes_out
 
int pixel_bits_in
 
int pixel_bits_out
 
int idx_in [4]
 
int idx_out [4]
 
int * offsets_y
 
int filter_size
 
bool memcpy_first
 
bool memcpy_last
 
bool memcpy_out
 
uint8_t * tail_buf
 
unsigned int tail_buf_size
 

Detailed Description

Copyright (C) 2025 Niklas Haas.

This file is part of FFmpeg.

FFmpeg is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

FFmpeg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with FFmpeg; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Definition at line 31 of file ops_dispatch.c.

Field Documentation

◆ comp

SwsCompiledOp SwsOpPass::comp

Definition at line 32 of file ops_dispatch.c.

◆ exec_base

SwsOpExec SwsOpPass::exec_base

Definition at line 33 of file ops_dispatch.c.

◆ exec_tail

SwsOpExec SwsOpPass::exec_tail

Definition at line 34 of file ops_dispatch.c.

◆ num_blocks

int SwsOpPass::num_blocks

Definition at line 35 of file ops_dispatch.c.

◆ tail_off_in

int SwsOpPass::tail_off_in

Definition at line 36 of file ops_dispatch.c.

◆ tail_off_out

int SwsOpPass::tail_off_out

Definition at line 37 of file ops_dispatch.c.

◆ tail_size_in

int SwsOpPass::tail_size_in

Definition at line 38 of file ops_dispatch.c.

◆ tail_size_out

int SwsOpPass::tail_size_out

Definition at line 39 of file ops_dispatch.c.

◆ planes_in

int SwsOpPass::planes_in

Definition at line 40 of file ops_dispatch.c.

◆ planes_out

int SwsOpPass::planes_out

Definition at line 41 of file ops_dispatch.c.

◆ pixel_bits_in

int SwsOpPass::pixel_bits_in

Definition at line 42 of file ops_dispatch.c.

◆ pixel_bits_out

int SwsOpPass::pixel_bits_out

Definition at line 43 of file ops_dispatch.c.

◆ idx_in

int SwsOpPass::idx_in[4]

Definition at line 44 of file ops_dispatch.c.

◆ idx_out

int SwsOpPass::idx_out[4]

Definition at line 45 of file ops_dispatch.c.

◆ offsets_y

int* SwsOpPass::offsets_y

Definition at line 46 of file ops_dispatch.c.

◆ filter_size

int SwsOpPass::filter_size

Definition at line 47 of file ops_dispatch.c.

◆ memcpy_first

bool SwsOpPass::memcpy_first

Definition at line 48 of file ops_dispatch.c.

◆ memcpy_last

bool SwsOpPass::memcpy_last

Definition at line 49 of file ops_dispatch.c.

◆ memcpy_out

bool SwsOpPass::memcpy_out

Definition at line 50 of file ops_dispatch.c.

◆ tail_buf

uint8_t* SwsOpPass::tail_buf

Definition at line 51 of file ops_dispatch.c.

◆ tail_buf_size

unsigned int SwsOpPass::tail_buf_size

Definition at line 52 of file ops_dispatch.c.


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