|
FFmpeg
|
Core video DSP helper functions. More...
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Classes | |
| struct | VideoDSPContext |
Macros | |
| #define | EMULATED_EDGE(depth) |
Typedefs | |
| typedef struct VideoDSPContext | VideoDSPContext |
Functions | |
| void | ff_videodsp_init (VideoDSPContext *ctx, int bpc) |
| void | ff_videodsp_init_aarch64 (VideoDSPContext *ctx, int bpc) |
| void | ff_videodsp_init_arm (VideoDSPContext *ctx, int bpc) |
| void | ff_videodsp_init_ppc (VideoDSPContext *ctx, int bpc) |
| void | ff_videodsp_init_x86 (VideoDSPContext *ctx, int bpc) |
| void | ff_videodsp_init_mips (VideoDSPContext *ctx, int bpc) |
Core video DSP helper functions.
| #define EMULATED_EDGE | ( | depth | ) |
1.8.12