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 |
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.
void ff_videodsp_init | ( | VideoDSPContext * | ctx, |
int | bpc | ||
) |
Definition at line 37 of file videodsp.c.
Referenced by common_init(), ff_cavs_init(), ff_dct_common_init(), ff_vp56_init_context(), h264_set_parameter_from_sps(), mca(), vp3_decode_init(), and vp8_decode_init().
void ff_videodsp_init_arm | ( | VideoDSPContext * | ctx, |
int | bpc | ||
) |
Definition at line 25 of file videodsp_init_arm.c.
Referenced by ff_videodsp_init().
void ff_videodsp_init_ppc | ( | VideoDSPContext * | ctx, |
int | bpc | ||
) |
Definition at line 32 of file videodsp_ppc.c.
Referenced by ff_videodsp_init().
void ff_videodsp_init_x86 | ( | VideoDSPContext * | ctx, |
int | bpc | ||
) |
Definition at line 107 of file videodsp_init.c.
Referenced by ff_videodsp_init().