FFmpeg
Loading...
Searching...
No Matches
itx_1d.h File Reference
#include <stdint.h>
#include <stddef.h>

Go to the source code of this file.

Macros

#define vvc_itx_1d_fn(name)
 

Typedefs

typedef vvc_itx_1d_fnvvc_itx_1d_fn
 

Functions

 vvc_itx_1d_fn (ff_vvc_inv_dct2_2)
 
 vvc_itx_1d_fn (ff_vvc_inv_dct2_4)
 
 vvc_itx_1d_fn (ff_vvc_inv_dct2_8)
 
 vvc_itx_1d_fn (ff_vvc_inv_dct2_16)
 
 vvc_itx_1d_fn (ff_vvc_inv_dct2_32)
 
 vvc_itx_1d_fn (ff_vvc_inv_dct2_64)
 
 vvc_itx_1d_fn (ff_vvc_inv_dst7_4)
 
 vvc_itx_1d_fn (ff_vvc_inv_dst7_8)
 
 vvc_itx_1d_fn (ff_vvc_inv_dst7_16)
 
 vvc_itx_1d_fn (ff_vvc_inv_dst7_32)
 
 vvc_itx_1d_fn (ff_vvc_inv_dct8_4)
 
 vvc_itx_1d_fn (ff_vvc_inv_dct8_8)
 
 vvc_itx_1d_fn (ff_vvc_inv_dct8_16)
 
 vvc_itx_1d_fn (ff_vvc_inv_dct8_32)
 
void ff_vvc_inv_lfnst_1d (int *v, const int *u, int no_zero_size, int n_tr_s, int pred_mode_intra, int lfnst_idx, int log2_transform_range)
 

Macro Definition Documentation

◆ vvc_itx_1d_fn

#define vvc_itx_1d_fn ( name)
Value:
void (name)(int *coeffs, ptrdiff_t stride, size_t nz)
const char * name
Definition qsvenc.c:142
#define stride

Definition at line 29 of file itx_1d.h.

Typedef Documentation

◆ vvc_itx_1d_fn

Definition at line 31 of file itx_1d.h.

Function Documentation

◆ vvc_itx_1d_fn() [1/14]

◆ vvc_itx_1d_fn() [2/14]

◆ vvc_itx_1d_fn() [3/14]

◆ vvc_itx_1d_fn() [4/14]

◆ vvc_itx_1d_fn() [5/14]

◆ vvc_itx_1d_fn() [6/14]

◆ vvc_itx_1d_fn() [7/14]

vvc_itx_1d_fn ( ff_vvc_inv_dst7_4 )

◆ vvc_itx_1d_fn() [8/14]

vvc_itx_1d_fn ( ff_vvc_inv_dst7_8 )

◆ vvc_itx_1d_fn() [9/14]

vvc_itx_1d_fn ( ff_vvc_inv_dst7_16 )

◆ vvc_itx_1d_fn() [10/14]

vvc_itx_1d_fn ( ff_vvc_inv_dst7_32 )

◆ vvc_itx_1d_fn() [11/14]

vvc_itx_1d_fn ( ff_vvc_inv_dct8_4 )

◆ vvc_itx_1d_fn() [12/14]

vvc_itx_1d_fn ( ff_vvc_inv_dct8_8 )

◆ vvc_itx_1d_fn() [13/14]

vvc_itx_1d_fn ( ff_vvc_inv_dct8_16 )

◆ vvc_itx_1d_fn() [14/14]

vvc_itx_1d_fn ( ff_vvc_inv_dct8_32 )

◆ ff_vvc_inv_lfnst_1d()

void ff_vvc_inv_lfnst_1d ( int * v,
const int * u,
int no_zero_size,
int n_tr_s,
int pred_mode_intra,
int lfnst_idx,
int log2_transform_range )

Definition at line 695 of file itx_1d.c.

Referenced by ff_vvc_inv_lfnst_1d(), and ilfnst_transform().