FFmpeg
|
Core video DSP helper functions. More...
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | VideoDSPContext |
Macros | |
#define | EMULATED_EDGE(depth) |
Functions | |
void | ff_videodsp_init (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) |
Core video DSP helper functions.
Definition in file videodsp.h.
#define EMULATED_EDGE | ( | depth | ) |
void ff_videodsp_init | ( | VideoDSPContext * | ctx, |
int | bpc | ||
) |
Definition at line 38 of file videodsp.c.
Referenced by ff_cavs_init(), ff_dct_common_init(), ff_h264_decode_init(), ff_vp56_init_context(), ff_vp8_decode_init(), h264_set_parameter_from_sps(), mca(), set_sps(), vp3_decode_init(), and vp9_decode_init().
void ff_videodsp_init_arm | ( | VideoDSPContext * | ctx, |
int | bpc | ||
) |
Definition at line 26 of file videodsp_init_arm.c.
Referenced by ff_videodsp_init().
void ff_videodsp_init_ppc | ( | VideoDSPContext * | ctx, |
int | bpc | ||
) |
Definition at line 33 of file videodsp_ppc.c.
Referenced by ff_videodsp_init().
void ff_videodsp_init_x86 | ( | VideoDSPContext * | ctx, |
int | bpc | ||
) |
Definition at line 246 of file videodsp_init.c.
Referenced by ff_videodsp_init().