FFmpeg
|
Half-pel DSP functions. More...
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
struct | HpelDSPContext |
Half-pel DSP context. More... | |
Typedefs | |
typedef void(* | op_pixels_func )(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) |
Functions | |
void | ff_hpeldsp_init (HpelDSPContext *c, int flags) |
void | ff_hpeldsp_init_alpha (HpelDSPContext *c, int flags) |
void | ff_hpeldsp_init_arm (HpelDSPContext *c, int flags) |
void | ff_hpeldsp_init_bfin (HpelDSPContext *c, int flags) |
void | ff_hpeldsp_init_ppc (HpelDSPContext *c, int flags) |
void | ff_hpeldsp_init_vis (HpelDSPContext *c, int flags) |
void | ff_hpeldsp_init_x86 (HpelDSPContext *c, int flags) |
Half-pel DSP functions.
Definition in file hpeldsp.h.
void ff_hpeldsp_init | ( | HpelDSPContext * | c, |
int | flags | ||
) |
Definition at line 37 of file hpeldsp.c.
Referenced by decode_init(), ff_dct_common_init(), ff_mjpeg_decode_init(), ff_vp56_init_context(), ipvideo_decode_init(), mca(), mimic_decode_init(), svq1_decode_init(), svq1_encode_init(), svq3_decode_init(), and vp3_decode_init().
void ff_hpeldsp_init_alpha | ( | HpelDSPContext * | c, |
int | flags | ||
) |
Definition at line 177 of file hpeldsp_alpha.c.
Referenced by ff_hpeldsp_init().
void ff_hpeldsp_init_arm | ( | HpelDSPContext * | c, |
int | flags | ||
) |
Definition at line 46 of file hpeldsp_init_arm.c.
Referenced by ff_hpeldsp_init().
void ff_hpeldsp_init_bfin | ( | HpelDSPContext * | c, |
int | flags | ||
) |
Definition at line 102 of file hpeldsp_bfin.c.
Referenced by ff_hpeldsp_init().
void ff_hpeldsp_init_ppc | ( | HpelDSPContext * | c, |
int | flags | ||
) |
Definition at line 449 of file hpeldsp_altivec.c.
Referenced by ff_hpeldsp_init().
void ff_hpeldsp_init_vis | ( | HpelDSPContext * | c, |
int | flags | ||
) |
Definition at line 3483 of file hpeldsp_vis.c.
Referenced by ff_hpeldsp_init().
void ff_hpeldsp_init_x86 | ( | HpelDSPContext * | c, |
int | flags | ||
) |
Definition at line 254 of file hpeldsp_init.c.
Referenced by ff_hpeldsp_init().