Go to the source code of this file.
|
static void FUNC() | add_residual (uint8_t *_dst, const int *res, const int w, const int h, const ptrdiff_t _stride) |
|
static void FUNC() | add_residual_joint (uint8_t *_dst, const int *res, const int w, const int h, const ptrdiff_t _stride, const int c_sign, const int shift) |
|
static void FUNC() | pred_residual_joint (int *buf, const int w, const int h, const int c_sign, const int shift) |
|
static void FUNC() | transform_bdpcm (int *coeffs, const int width, const int height, const int vertical, const int log2_transform_range) |
|
static void FUNC() | ff_vvc_itx_dsp_init (VVCItxDSPContext *const itx) |
|
◆ VVC_ITX
#define VVC_ITX |
( |
|
TYPE, |
|
|
|
type, |
|
|
|
s |
|
) |
| itx->itx[VVC_##TYPE][VVC_##TX_SIZE_##s] = ff_vvc_inv_##type##_##s; \ |
◆ VVC_ITX_COMMON
◆ add_residual()
static void FUNC() add_residual |
( |
uint8_t * |
_dst, |
|
|
const int * |
res, |
|
|
const int |
w, |
|
|
const int |
h, |
|
|
const ptrdiff_t |
_stride |
|
) |
| |
|
static |
◆ add_residual_joint()
static void FUNC() add_residual_joint |
( |
uint8_t * |
_dst, |
|
|
const int * |
res, |
|
|
const int |
w, |
|
|
const int |
h, |
|
|
const ptrdiff_t |
_stride, |
|
|
const int |
c_sign, |
|
|
const int |
shift |
|
) |
| |
|
static |
◆ pred_residual_joint()
static void FUNC() pred_residual_joint |
( |
int * |
buf, |
|
|
const int |
w, |
|
|
const int |
h, |
|
|
const int |
c_sign, |
|
|
const int |
shift |
|
) |
| |
|
static |
◆ transform_bdpcm()
static void FUNC() transform_bdpcm |
( |
int * |
coeffs, |
|
|
const int |
width, |
|
|
const int |
height, |
|
|
const int |
vertical, |
|
|
const int |
log2_transform_range |
|
) |
| |
|
static |
◆ ff_vvc_itx_dsp_init()