FFmpeg
|
#include <stddef.h>
#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/cfhdencdsp.h"
Go to the source code of this file.
Functions | |
void | ff_cfhdenc_horiz_filter_sse2 (const int16_t *input, int16_t *low, int16_t *high, ptrdiff_t in_stride, ptrdiff_t low_stride, ptrdiff_t high_stride, int width, int height) |
void | ff_cfhdenc_vert_filter_sse2 (const int16_t *input, int16_t *low, int16_t *high, ptrdiff_t in_stride, ptrdiff_t low_stride, ptrdiff_t high_stride, int width, int height) |
av_cold void | ff_cfhdencdsp_init_x86 (CFHDEncDSPContext *c) |
void ff_cfhdenc_horiz_filter_sse2 | ( | const int16_t * | input, |
int16_t * | low, | ||
int16_t * | high, | ||
ptrdiff_t | in_stride, | ||
ptrdiff_t | low_stride, | ||
ptrdiff_t | high_stride, | ||
int | width, | ||
int | height | ||
) |
Referenced by ff_cfhdencdsp_init_x86().
void ff_cfhdenc_vert_filter_sse2 | ( | const int16_t * | input, |
int16_t * | low, | ||
int16_t * | high, | ||
ptrdiff_t | in_stride, | ||
ptrdiff_t | low_stride, | ||
ptrdiff_t | high_stride, | ||
int | width, | ||
int | height | ||
) |
Referenced by ff_cfhdencdsp_init_x86().
av_cold void ff_cfhdencdsp_init_x86 | ( | CFHDEncDSPContext * | c | ) |
Definition at line 39 of file cfhdencdsp_init.c.
Referenced by ff_cfhdencdsp_init().