| 
    FFmpeg
    
   | 
 
#include "ops_backend.h"Go to the source code of this file.
Macros | |
| #define | WRAP_CONVERT_UINT(N) | 
| Copyright (C) 2025 Niklas Haas.  More... | |
| #define | WRAP_CLEAR(X, Y, Z, W) | 
Functions | |
| DECL_PATTERN (clear) | |
| WRAP_CLEAR (WRAP_CLEAR(1, WRAP_CLEAR(1, WRAP_CLEAR(1, WRAP_CLEAR(0) | |
| DECL_PATTERN (max) | |
| WRAP_COMMON_PATTERNS (min,.op=SWS_OP_MIN,.setup=ff_sws_setup_q4,.flexible=true,) | |
| WRAP_COMMON_PATTERNS (max,.op=SWS_OP_MAX,.setup=ff_sws_setup_q4,.flexible=true,) | |
| DECL_PATTERN (scale) | |
| WRAP_COMMON_PATTERNS (scale,.op=SWS_OP_SCALE,.setup=ff_sws_setup_q,.flexible=true,) | |
| #define WRAP_CONVERT_UINT | ( | N | ) | 
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 27 of file ops_tmpl_common.c.
| DECL_PATTERN | ( | clear | ) | 
Definition at line 64 of file ops_tmpl_common.c.
| WRAP_CLEAR | ( | WRAP_CLEAR( | 1, | 
| WRAP_CLEAR( | 1, | ||
| WRAP_CLEAR( | 1, | ||
| WRAP_CLEAR( | 0 | ||
| ) | 
Definition at line 94 of file ops_tmpl_common.c.
| DECL_PATTERN | ( | max | ) | 
Definition at line 124 of file ops_tmpl_common.c.
| WRAP_COMMON_PATTERNS | ( | min | , | 
| . | op = SWS_OP_MIN,  | 
        ||
| . | setup = ff_sws_setup_q4,  | 
        ||
| . | flexible = true  | 
        ||
| ) | 
| WRAP_COMMON_PATTERNS | ( | max | , | 
| . | op = SWS_OP_MAX,  | 
        ||
| . | setup = ff_sws_setup_q4,  | 
        ||
| . | flexible = true  | 
        ||
| ) | 
| DECL_PATTERN | ( | scale | ) | 
Definition at line 153 of file ops_tmpl_common.c.
| WRAP_COMMON_PATTERNS | ( | scale | , | 
| . | op = SWS_OP_SCALE,  | 
        ||
| . | setup = ff_sws_setup_q,  | 
        ||
| . | flexible = true  | 
        ||
| ) | 
 1.8.17