|
FFmpeg
|
Half-pel DSP functions. More...
#include <stdint.h>#include <stddef.h>Go to the source code of this file.
Classes | |
| 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) |
| typedef struct HpelDSPContext | HpelDSPContext |
| Half-pel DSP context. | |
Functions | |
| void | ff_hpeldsp_init (HpelDSPContext *c, int flags) |
| void | ff_hpeldsp_init_aarch64 (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_ppc (HpelDSPContext *c, int flags) |
| void | ff_hpeldsp_init_x86 (HpelDSPContext *c, int flags) |
| void | ff_hpeldsp_init_mips (HpelDSPContext *c, int flags) |
Half-pel DSP functions.
1.8.12