| FFmpeg
    | 
diracdsp.h File Reference
  #include <stdint.h>
Include dependency graph for diracdsp.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| Data Structures | |
| struct | DiracDSPContext | 
| Macros | |
| #define | DECL_DIRAC_PIXOP(PFX, EXT) | 
| Typedefs | |
| 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) | 
| Functions | |
| 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) | |
| void | ff_diracdsp_init (DiracDSPContext *c) | 
Macro Definition Documentation
| #define DECL_DIRAC_PIXOP | ( | PFX, | |
| EXT | |||
| ) | 
Typedef Documentation
| typedef void(* dirac_biweight_func) (uint8_t *dst, const uint8_t *src, int stride, int log2_denom, int weightd, int weights, int h) | 
Definition at line 27 of file diracdsp.h.
Definition at line 26 of file diracdsp.h.
Function Documentation
| DECL_DIRAC_PIXOP | ( | put | , | 
| l2_c | |||
| ) | 
| DECL_DIRAC_PIXOP | ( | avg | , | 
| l2_c | |||
| ) | 
| DECL_DIRAC_PIXOP | ( | put | , | 
| l4_c | |||
| ) | 
| DECL_DIRAC_PIXOP | ( | avg | , | 
| l4_c | |||
| ) | 
| void ff_diracdsp_init | ( | DiracDSPContext * | c | ) | 
Definition at line 176 of file diracdsp.c.
Referenced by dirac_decode_init().
Generated on Fri Oct 31 2025 06:56:20 for FFmpeg by
 1.8.11
 1.8.11