#include "dsp.h"
#include "ctu.h"
#include "itx_1d.h"
#include "dsp_template.c"
Go to the source code of this file.
◆ VVC_SIGN
#define VVC_SIGN |
( |
|
v | ) |
(v < 0 ? -1 : !!v) |
Definition at line 27 of file dsp.c.
◆ PROF_BORDER_EXT
#define PROF_BORDER_EXT 1 |
Definition at line 58 of file dsp.c.
◆ PROF_BLOCK_SIZE
Definition at line 59 of file dsp.c.
◆ BDOF_BORDER_EXT
#define BDOF_BORDER_EXT 1 |
Definition at line 61 of file dsp.c.
◆ BDOF_BLOCK_SIZE
#define BDOF_BLOCK_SIZE 16 |
Definition at line 62 of file dsp.c.
◆ BDOF_MIN_BLOCK_SIZE
#define BDOF_MIN_BLOCK_SIZE 4 |
Definition at line 63 of file dsp.c.
◆ BIT_DEPTH [1/3]
Definition at line 73 of file dsp.c.
◆ BIT_DEPTH [2/3]
Definition at line 73 of file dsp.c.
◆ BIT_DEPTH [3/3]
Definition at line 73 of file dsp.c.
◆ FUNC
#define FUNC |
( |
|
a, |
|
|
|
depth |
|
) |
| a ## _ ## depth |
◆ VVC_DSP
◆ vvc_sad()
static int vvc_sad |
( |
const int16_t * |
src0, |
|
|
const int16_t * |
src1, |
|
|
int |
dx, |
|
|
int |
dy, |
|
|
const int |
block_w, |
|
|
const int |
block_h |
|
) |
| |
|
static |
◆ ff_vvc_dsp_init()