#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
|
| typedef void(* | dirac_weight_func) (uint8_t *block, ptrdiff_t stride, int log2_denom, int weight, int h) |
| |
| typedef void(* | dirac_biweight_func) (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int log2_denom, int weightd, int weights, int h) |
| |
◆ DECL_DIRAC_PIXOP
| #define DECL_DIRAC_PIXOP |
( |
| PFX, |
|
|
| EXT ) |
Value: void ff_ ## PFX ## _dirac_pixels8_ ## EXT(uint8_t *
dst,
const uint8_t *
src[5], ptrdiff_t
stride,
int h); \
void ff_ ## PFX ## _dirac_pixels16_ ## EXT(uint8_t *
dst,
const uint8_t *
src[5], ptrdiff_t
stride,
int h); \
void ff_ ## PFX ## _dirac_pixels32_ ## EXT(uint8_t *
dst,
const uint8_t *
src[5], ptrdiff_t
stride,
int h)
uint8_t ptrdiff_t const uint8_t ptrdiff_t int intptr_t intptr_t int int16_t * dst
Definition at line 66 of file diracdsp.h.
◆ dirac_weight_func
| typedef void(* dirac_weight_func) (uint8_t *block, ptrdiff_t stride, int log2_denom, int weight, int h) |
◆ dirac_biweight_func
| typedef void(* dirac_biweight_func) (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int log2_denom, int weightd, int weights, int h) |
◆ DECL_DIRAC_PIXOP() [1/6]
| DECL_DIRAC_PIXOP |
( |
put | , |
|
|
c | ) |
◆ DECL_DIRAC_PIXOP() [2/6]
| DECL_DIRAC_PIXOP |
( |
avg | , |
|
|
c | ) |
◆ DECL_DIRAC_PIXOP() [3/6]
| DECL_DIRAC_PIXOP |
( |
put | , |
|
|
l2_c | ) |
◆ DECL_DIRAC_PIXOP() [4/6]
| DECL_DIRAC_PIXOP |
( |
avg | , |
|
|
l2_c | ) |
◆ DECL_DIRAC_PIXOP() [5/6]
| DECL_DIRAC_PIXOP |
( |
put | , |
|
|
l4_c | ) |
◆ DECL_DIRAC_PIXOP() [6/6]
| DECL_DIRAC_PIXOP |
( |
avg | , |
|
|
l4_c | ) |
◆ ff_diracdsp_init()
◆ ff_diracdsp_init_x86()