|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | MemcpyPriv |
| Copyright (C) 2025 Niklas Haas. More... | |
Macros | |
| #define | SWS_MAX_PADDING 64 |
| Switch to loop if total padding exceeds this number of bytes. More... | |
Functions | |
| static void | process (const SwsOpExec *exec, const void *priv, int x_start, int y_start, int x_end, int y_end) |
| static int | compile (SwsContext *ctx, SwsOpList *ops, SwsCompiledOp *out) |
Variables | |
| const SwsOpBackend | backend_murder |
| #define SWS_MAX_PADDING 64 |
Switch to loop if total padding exceeds this number of bytes.
Chosen to align with the typical L1 cache size of modern CPUs, as this avoids the risk of the implementation loading one extra unnecessary cache line.
Definition at line 36 of file ops_memcpy.c.
|
static |
Definition at line 40 of file ops_memcpy.c.
|
static |
Definition at line 72 of file ops_memcpy.c.
| const SwsOpBackend backend_murder |
Definition at line 143 of file ops_memcpy.c.
1.8.17