#include <stdint.h>
Go to the source code of this file.
|
typedef void(* | dirac_weight_func )(uint8_t *block, int stride, int log2_denom, int weight, int h) |
|
typedef void(* | dirac_biweight_func )(uint8_t *dst, const uint8_t *src, int stride, int log2_denom, int weightd, int weights, int h) |
|
#define DECL_DIRAC_PIXOP |
( |
|
PFX, |
|
|
|
EXT |
|
) |
| |
Value:
typedef void(APIENTRY *FF_PFNGLACTIVETEXTUREPROC)(GLenum texture)
GLint GLenum GLboolean GLsizei stride
Definition at line 53 of file diracdsp.h.
DECL_DIRAC_PIXOP |
( |
put |
, |
|
|
c |
|
|
) |
| |
DECL_DIRAC_PIXOP |
( |
avg |
, |
|
|
c |
|
|
) |
| |
DECL_DIRAC_PIXOP |
( |
put |
, |
|
|
l2_c |
|
|
) |
| |
DECL_DIRAC_PIXOP |
( |
avg |
, |
|
|
l2_c |
|
|
) |
| |
DECL_DIRAC_PIXOP |
( |
put |
, |
|
|
l4_c |
|
|
) |
| |
DECL_DIRAC_PIXOP |
( |
avg |
, |
|
|
l4_c |
|
|
) |
| |