|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | SwsOpExec |
| Copyright (C) 2026 Niklas Haas. More... | |
| struct | SwsCompiledOp |
Macros | |
| #define | SWS_DECL_FUNC(NAME) void NAME(const SwsOpExec *, const void *, int, int, int, int) |
Typedefs | |
| typedef void(* | SwsOpFunc) (const SwsOpExec *exec, const void *priv, int bx_start, int y_start, int bx_end, int y_end) |
| Process a given range of pixel blocks. More... | |
Functions | |
| void | ff_sws_compiled_op_unref (SwsCompiledOp *comp) |
| #define SWS_DECL_FUNC | ( | NAME | ) | void NAME(const SwsOpExec *, const void *, int, int, int, int) |
Definition at line 97 of file ops_dispatch.h.
| typedef void(* SwsOpFunc) (const SwsOpExec *exec, const void *priv, int bx_start, int y_start, int bx_end, int y_end) |
Process a given range of pixel blocks.
Note: bx_start and bx_end are in units of SwsCompiledOp.block_size.
Definition at line 94 of file ops_dispatch.h.
| void ff_sws_compiled_op_unref | ( | SwsCompiledOp * | comp | ) |
Definition at line 104 of file ops_dispatch.c.
Referenced by check_ops(), and op_pass_free().
1.8.17